Lines Matching refs:txmsg_pop
80 int txmsg_pop; variable
175 txmsg_start_pop = txmsg_pop = 0; in test_reset()
616 txmsg_pop_total = txmsg_pop * (total_bytes / txmsg_apply); in msg_loop()
618 txmsg_pop_total = txmsg_pop * cnt; in msg_loop()
759 if (txmsg_pop || txmsg_start_pop) in sendmsg_test()
760 iov_buf -= (txmsg_pop - txmsg_start_pop + 1); in sendmsg_test()
1119 if (txmsg_pop) { in run_options()
1122 &i, &txmsg_pop, BPF_ANY); in run_options()
1126 txmsg_pop, i, err, strerror(errno)); in run_options()
1132 &i, &txmsg_pop, BPF_ANY); in run_options()
1330 txmsg_start_pop, txmsg_start_pop + txmsg_pop); in test_options()
1586 txmsg_pop = 2; in test_txmsg_pop()
1591 txmsg_pop = 4096; in test_txmsg_pop()
1597 txmsg_pop = 2; in test_txmsg_pop()
1604 txmsg_pop = 2; in test_txmsg_pop()
1611 txmsg_pop = 2; in test_txmsg_pop()
1646 txmsg_pop = 4; in test_txmsg_push_pop()
1945 txmsg_pop = atoi(optarg); in main()