func github.com/prometheus/procfs.readSockstat

3 uses

	github.com/prometheus/procfs (current package)
		net_sockstat.go#L50: 	return readSockstat(fs.proc.Path("net", "sockstat"))
		net_sockstat.go#L58: 	return readSockstat(fs.proc.Path("net", "sockstat6"))
		net_sockstat.go#L62: func readSockstat(name string) (*NetSockstat, error) {