Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_sockmap.c678 float total_bytes, txmsg_pop_total, txmsg_push_total; in msg_loop() local
703 txmsg_push_total = txmsg_end_push * (total_bytes / txmsg_apply); in msg_loop()
706 txmsg_push_total = txmsg_end_push * cnt; in msg_loop()
709 total_bytes += txmsg_push_total; in msg_loop()