Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_sockmap.c78 int txmsg_end_push; variable
181 txmsg_start_push = txmsg_end_push = 0; in test_reset()
523 int push_range_end = txmsg_start_push + txmsg_end_push - 1; in msg_verify_date_prep()
526 if (txmsg_end_push && txmsg_pop && in msg_verify_date_prep()
536 overlap_len = min(pop_range_end - txmsg_start_push + 1, txmsg_end_push); in msg_verify_date_prep()
537 verify_push_len = max(txmsg_end_push - overlap_len, 0); in msg_verify_date_prep()
543 verify_push_len = txmsg_end_push; in msg_verify_date_prep()
702 txmsg_push_total = txmsg_end_push * (total_bytes / txmsg_apply); in msg_loop()
705 txmsg_push_total = txmsg_end_push * cnt; in msg_loop()
1217 if (txmsg_end_push) { in run_options()
[all …]