type github.com/prometheus/procfs.NetDev

8 uses

	github.com/prometheus/procfs (current package)
		net_dev.go#L48: type NetDev map[string]NetDevLine
		net_dev.go#L51: func (fs FS) NetDev() (NetDev, error) {
		net_dev.go#L56: func (p Proc) NetDev() (NetDev, error) {
		net_dev.go#L61: func newNetDev(file string) (NetDev, error) {
		net_dev.go#L64: 		return NetDev{}, err
		net_dev.go#L68: 	netDev := NetDev{}
		net_dev.go#L89: func (netDev NetDev) parseLine(rawLine string) (*NetDevLine, error) {
		net_dev.go#L178: func (netDev NetDev) Total() NetDevLine {