func github.com/prometheus/procfs.parseSoftnetEntries

2 uses

	github.com/prometheus/procfs (current package)
		net_softnet.go#L45: 	return parseSoftnetEntries(data)
		net_softnet.go#L48: func parseSoftnetEntries(data []byte) ([]SoftnetEntry, error) {