func github.com/prometheus/procfs.parseSockstatKVs

2 uses

	github.com/prometheus/procfs (current package)
		net_sockstat.go#L91: 		kvs, err := parseSockstatKVs(fields[1:])
		net_sockstat.go#L120: func parseSockstatKVs(kvs []string) (map[string]int, error) {