const github.com/prometheus/procfs.netUnixKernelPtrIdx

3 uses

	github.com/prometheus/procfs (current package)
		net_unix.go#L31: 	netUnixKernelPtrIdx = iota
		net_unix.go#L149: 	kernelPtr, err := u.parseKernelPtr(fields[netUnixKernelPtrIdx])
		net_unix.go#L151: 		return nil, fmt.Errorf("Parse Unix domain num(%s) failed: %s", fields[netUnixKernelPtrIdx], err)