func github.com/prometheus/procfs.parseSockstat

2 uses

	github.com/prometheus/procfs (current package)
		net_sockstat.go#L71: 	stat, err := parseSockstat(bytes.NewReader(b))
		net_sockstat.go#L80: func parseSockstat(r io.Reader) (*NetSockstat, error) {