Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds