github.com/prometheus/procfs.NetDev.parseLine (method)

2 uses

	github.com/prometheus/procfs (current package)
		net_dev.go#L76: 		line, err := netDev.parseLine(s.Text())
		net_dev.go#L89: func (netDev NetDev) parseLine(rawLine string) (*NetDevLine, error) {