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

4 uses

	github.com/prometheus/procfs (current package)
		net_dev.go#L43: 	TxCompressed uint64 `json:"tx_compressed"` // Cumulative count of compressed packets transmitted by the device driver.
		net_dev.go#L168: 	line.TxCompressed, err = strconv.ParseUint(fields[15], 10, 64)
		net_dev.go#L199: 		total.TxCompressed += ifc.TxCompressed