const github.com/prometheus/procfs.netUnixFlagsIdx

3 uses

	github.com/prometheus/procfs (current package)
		net_unix.go#L34: 	netUnixFlagsIdx
		net_unix.go#L157: 	flags, err := u.parseFlags(fields[netUnixFlagsIdx])
		net_unix.go#L159: 		return nil, fmt.Errorf("Parse Unix domain flags(%s) failed: %s", fields[netUnixFlagsIdx], err)