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

4 uses

	github.com/prometheus/procfs (current package)
		net_dev.go#L34: 	RxCompressed uint64 `json:"rx_compressed"` // Cumulative count of compressed packets received by the device driver.
		net_dev.go#L130: 	line.RxCompressed, err = strconv.ParseUint(fields[6], 10, 64)
		net_dev.go#L190: 		total.RxCompressed += ifc.RxCompressed