Lines Matching refs:txmsg_pop
78 int txmsg_pop; variable
174 txmsg_start_pop = txmsg_pop = 0; in test_reset()
619 txmsg_pop_total = txmsg_pop * (total_bytes / txmsg_apply); in msg_loop()
621 txmsg_pop_total = txmsg_pop * cnt; in msg_loop()
787 if (txmsg_pop || txmsg_start_pop) in sendmsg_test()
788 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()
1361 txmsg_start_pop, txmsg_start_pop + txmsg_pop); in test_options()
1625 txmsg_pop = 2; in test_txmsg_pop()
1630 txmsg_pop = 4096; in test_txmsg_pop()
1636 txmsg_pop = 2; in test_txmsg_pop()
1643 txmsg_pop = 2; in test_txmsg_pop()
1650 txmsg_pop = 2; in test_txmsg_pop()
1685 txmsg_pop = 4; in test_txmsg_push_pop()
1985 txmsg_pop = atoi(optarg); in main()