Home
last modified time | relevance | path

Searched refs:new_eth_tx_bytes (Results 1 – 1 of 1) sorted by relevance

/samples/bpf/
Dhbm.c210 unsigned long long last_eth_tx_bytes, new_eth_tx_bytes; in run_bpf_prog() local
241 if (fscanf(fin, "%llu", &new_eth_tx_bytes) != 1) in run_bpf_prog()
245 new_eth_tx_bytes); in run_bpf_prog()
248 delta_bytes = new_eth_tx_bytes - last_eth_tx_bytes; in run_bpf_prog()
249 last_eth_tx_bytes = new_eth_tx_bytes; in run_bpf_prog()