github.com/prometheus/procfs.NetDevLine.RxErrors (field)

4 uses

	github.com/prometheus/procfs (current package)
		net_dev.go#L30: 	RxErrors     uint64 `json:"rx_errors"`     // Cumulative count of receive errors encountered.
		net_dev.go#L114: 	line.RxErrors, err = strconv.ParseUint(fields[2], 10, 64)
		net_dev.go#L186: 		total.RxErrors += ifc.RxErrors