Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dtest_sockmap.c71 int txmsg_end_push; variable
169 txmsg_start_push = txmsg_end_push = 0; in test_reset()
446 int push_range_end = txmsg_start_push + txmsg_end_push - 1; in msg_verify_date_prep()
449 if (txmsg_end_push && txmsg_pop && in msg_verify_date_prep()
459 overlap_len = min(pop_range_end - txmsg_start_push + 1, txmsg_end_push); in msg_verify_date_prep()
460 verify_push_len = max(txmsg_end_push - overlap_len, 0); in msg_verify_date_prep()
466 verify_push_len = txmsg_end_push; in msg_verify_date_prep()
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()
1090 if (txmsg_end_push) { in run_options()
[all …]