Searched refs:new_eth_tx_bytes (Results 1 – 1 of 1) sorted by relevance
217 unsigned long long last_eth_tx_bytes, new_eth_tx_bytes; in run_bpf_prog() local248 if (fscanf(fin, "%llu", &new_eth_tx_bytes) != 1) in run_bpf_prog()252 new_eth_tx_bytes); in run_bpf_prog()255 delta_bytes = new_eth_tx_bytes - last_eth_tx_bytes; in run_bpf_prog()256 last_eth_tx_bytes = new_eth_tx_bytes; in run_bpf_prog()