Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dhbm.c217 unsigned long long last_eth_tx_bytes, new_eth_tx_bytes; in run_bpf_prog() local
229 if (fscanf(fin, "%llu", &last_eth_tx_bytes) != 1) 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()