func github.com/prometheus/procfs.parseSoftnetEntry

2 uses

	github.com/prometheus/procfs (current package)
		net_softnet.go#L65: 		if entry, err = parseSoftnetEntry(columns); err != nil {
		net_softnet.go#L74: func parseSoftnetEntry(columns []string) (SoftnetEntry, error) {