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

4 uses

	github.com/prometheus/procfs (current package)
		net_dev.go#L33: 	RxFrame      uint64 `json:"rx_frame"`      // Cumulative count of packet framing errors.
		net_dev.go#L126: 	line.RxFrame, err = strconv.ParseUint(fields[5], 10, 64)
		net_dev.go#L189: 		total.RxFrame += ifc.RxFrame