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()
1299 if (txmsg_apply) { in test_options()
1300 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options()
1520 txmsg_apply = 4097; in test_txmsg_cork_hangs()
1525 txmsg_apply = 0; in test_txmsg_cork_hangs()
1531 txmsg_apply = 4097; in test_txmsg_cork_hangs()
1641 txmsg_apply = 1; in test_txmsg_apply()
1647 txmsg_apply = 1; in test_txmsg_apply()
1653 txmsg_apply = 1024; in test_txmsg_apply()
1659 txmsg_apply = 1024; in test_txmsg_apply()
1668 txmsg_apply = 0; in test_txmsg_cork()
1674 txmsg_apply = 1; in test_txmsg_cork()
1919 txmsg_apply = atoi(optarg); in main()