Lines Matching refs:txmsg_start_pop
79 int txmsg_start_pop; variable
175 txmsg_start_pop = txmsg_pop = 0; in test_reset()
759 if (txmsg_pop || txmsg_start_pop) in sendmsg_test()
760 iov_buf -= (txmsg_pop - txmsg_start_pop + 1); in sendmsg_test()
1103 if (txmsg_start_pop) { in run_options()
1106 &i, &txmsg_start_pop, BPF_ANY); in run_options()
1110 txmsg_start_pop, i, err, strerror(errno)); in run_options()
1116 &i, &txmsg_start_pop, BPF_ANY); in run_options()
1328 if (txmsg_start_pop) { in test_options()
1330 txmsg_start_pop, txmsg_start_pop + txmsg_pop); in test_options()
1585 txmsg_start_pop = 1; in test_txmsg_pop()
1590 txmsg_start_pop = 4096; in test_txmsg_pop()
1596 txmsg_start_pop = 1; in test_txmsg_pop()
1603 txmsg_start_pop = 1; in test_txmsg_pop()
1610 txmsg_start_pop = 1; in test_txmsg_pop()
1645 txmsg_start_pop = 5; in test_txmsg_push_pop()
1942 txmsg_start_pop = atoi(optarg); in main()