Lines Matching refs:txmsg_apply
73 int txmsg_apply; variable
177 txmsg_apply = txmsg_cork = 0; in test_reset()
610 if (txmsg_apply) in msg_loop()
611 txmsg_pop_total = txmsg_pop * (total_bytes / txmsg_apply); in msg_loop()
979 else if (txmsg_apply) in run_options()
1021 if (txmsg_apply) { in run_options()
1023 &i, &txmsg_apply, BPF_ANY); in run_options()
1289 if (txmsg_apply) { in test_options()
1290 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options()
1510 txmsg_apply = 4097; in test_txmsg_cork_hangs()
1515 txmsg_apply = 0; in test_txmsg_cork_hangs()
1521 txmsg_apply = 4097; in test_txmsg_cork_hangs()
1631 txmsg_apply = 1; in test_txmsg_apply()
1637 txmsg_apply = 1; in test_txmsg_apply()
1643 txmsg_apply = 1024; in test_txmsg_apply()
1649 txmsg_apply = 1024; in test_txmsg_apply()
1658 txmsg_apply = 0; in test_txmsg_cork()
1664 txmsg_apply = 1; in test_txmsg_cork()
1909 txmsg_apply = atoi(optarg); in main()