Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dtest_sockmap.c587 float total_bytes, txmsg_pop_total, txmsg_push_total; in msg_loop() local
612 txmsg_push_total = txmsg_end_push * (total_bytes / txmsg_apply); in msg_loop()
615 txmsg_push_total = txmsg_end_push * cnt; in msg_loop()
618 total_bytes += txmsg_push_total; in msg_loop()