Lines Matching refs:txmsg_start_pop
79 int txmsg_start_pop; variable
174 txmsg_start_pop = txmsg_pop = 0; in test_reset()
747 iov_buf -= (txmsg_pop - txmsg_start_pop + 1); in sendmsg_test()
1090 if (txmsg_start_pop) { in run_options()
1093 &i, &txmsg_start_pop, BPF_ANY); in run_options()
1097 txmsg_start_pop, i, err, strerror(errno)); in run_options()
1103 &i, &txmsg_start_pop, BPF_ANY); in run_options()
1315 if (txmsg_start_pop) { in test_options()
1317 txmsg_start_pop, txmsg_start_pop + txmsg_pop); in test_options()
1572 txmsg_start_pop = 1; in test_txmsg_pop()
1577 txmsg_start_pop = 4096; in test_txmsg_pop()
1583 txmsg_start_pop = 1; in test_txmsg_pop()
1590 txmsg_start_pop = 1; in test_txmsg_pop()
1597 txmsg_start_pop = 1; in test_txmsg_pop()
1632 txmsg_start_pop = 5; in test_txmsg_push_pop()
1913 txmsg_start_pop = atoi(optarg); in main()