const github.com/prometheus/procfs.netUnixStateIdx

3 uses

	github.com/prometheus/procfs (current package)
		net_unix.go#L36: 	netUnixStateIdx
		net_unix.go#L165: 	state, err := u.parseState(fields[netUnixStateIdx])
		net_unix.go#L167: 		return nil, fmt.Errorf("Parse Unix domain state(%s) failed: %s", fields[netUnixStateIdx], err)