Lines Matching refs:txmsg_end_push
71 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()
1093 &i, &txmsg_end_push, BPF_ANY); in run_options()
1097 txmsg_end_push, i, err, strerror(errno)); in run_options()
1561 txmsg_end_push = 1; in test_txmsg_push()
1567 txmsg_end_push = 4096; in test_txmsg_push()
1573 txmsg_end_push = 2; in test_txmsg_push()
1586 txmsg_end_push = 2; in test_txmsg_push()
1596 txmsg_end_push = 10; in test_txmsg_push_pop()
1603 txmsg_end_push = 10; in test_txmsg_push_pop()
1610 txmsg_end_push = 4; in test_txmsg_push_pop()
1617 txmsg_end_push = 16; in test_txmsg_push_pop()
1625 txmsg_end_push = 10; in test_txmsg_push_pop()
1632 txmsg_end_push = 10; in test_txmsg_push_pop()
1903 txmsg_end_push = atoi(optarg); in main()