Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_xsk.c888 u32 cons, ready_to_send; in kick_tx_with_check() local
892 ready_to_send = load_value(xsk->tx.producer) - cons; in kick_tx_with_check()
903 if (ready_to_send > max_budget && delta != max_budget) in kick_tx_with_check()