Lines Matching refs:txmsg_pop
79 int txmsg_pop; variable
175 txmsg_start_pop = txmsg_pop = 0; in test_reset()
620 txmsg_pop_total = txmsg_pop * (total_bytes / txmsg_apply); in msg_loop()
622 txmsg_pop_total = txmsg_pop * cnt; in msg_loop()
789 if (txmsg_pop || txmsg_start_pop) in sendmsg_test()
790 iov_buf -= (txmsg_pop - txmsg_start_pop + 1); in sendmsg_test()
1150 if (txmsg_pop) { in run_options()
1153 &i, &txmsg_pop, BPF_ANY); in run_options()
1157 txmsg_pop, i, err, strerror(errno)); in run_options()
1163 &i, &txmsg_pop, BPF_ANY); in run_options()
1359 txmsg_start_pop, txmsg_start_pop + txmsg_pop); in test_options()
1623 txmsg_pop = 2; in test_txmsg_pop()
1628 txmsg_pop = 4096; in test_txmsg_pop()
1634 txmsg_pop = 2; in test_txmsg_pop()
1641 txmsg_pop = 2; in test_txmsg_pop()
1648 txmsg_pop = 2; in test_txmsg_pop()
1683 txmsg_pop = 4; in test_txmsg_push_pop()
1974 txmsg_pop = atoi(optarg); in main()