new_cg_tx_bytes 210 samples/bpf/hbm.c signed long long last_cg_tx_bytes, new_cg_tx_bytes; new_cg_tx_bytes 246 samples/bpf/hbm.c new_cg_tx_bytes = qstats.bytes_total; new_cg_tx_bytes 261 samples/bpf/hbm.c delta_bytes = new_cg_tx_bytes - new_cg_tx_bytes 263 samples/bpf/hbm.c last_cg_tx_bytes = new_cg_tx_bytes;