Lines Matching refs:txmsg_start_pop
78 int txmsg_start_pop; variable
175 txmsg_start_pop = txmsg_pop = 0; in test_reset()
789 if (txmsg_pop || txmsg_start_pop) in sendmsg_test()
790 iov_buf -= (txmsg_pop - txmsg_start_pop + 1); in sendmsg_test()
1134 if (txmsg_start_pop) { in run_options()
1137 &i, &txmsg_start_pop, BPF_ANY); in run_options()
1141 txmsg_start_pop, i, err, strerror(errno)); in run_options()
1147 &i, &txmsg_start_pop, BPF_ANY); in run_options()
1357 if (txmsg_start_pop) { in test_options()
1359 txmsg_start_pop, txmsg_start_pop + txmsg_pop); in test_options()
1622 txmsg_start_pop = 1; in test_txmsg_pop()
1627 txmsg_start_pop = 4096; in test_txmsg_pop()
1633 txmsg_start_pop = 1; in test_txmsg_pop()
1640 txmsg_start_pop = 1; in test_txmsg_pop()
1647 txmsg_start_pop = 1; in test_txmsg_pop()
1682 txmsg_start_pop = 5; in test_txmsg_push_pop()
1971 txmsg_start_pop = atoi(optarg); in main()