Lines Matching refs:txmsg_apply
73 int txmsg_apply; variable
178 txmsg_apply = txmsg_cork = 0; in test_reset()
615 if (txmsg_apply) in msg_loop()
616 txmsg_pop_total = txmsg_pop * (total_bytes / txmsg_apply); in msg_loop()
992 else if (txmsg_apply) in run_options()
1034 if (txmsg_apply) { in run_options()
1036 &i, &txmsg_apply, BPF_ANY); in run_options()
1312 if (txmsg_apply) { in test_options()
1313 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options()
1533 txmsg_apply = 4097; in test_txmsg_cork_hangs()
1538 txmsg_apply = 0; in test_txmsg_cork_hangs()
1544 txmsg_apply = 4097; in test_txmsg_cork_hangs()
1654 txmsg_apply = 1; in test_txmsg_apply()
1660 txmsg_apply = 1; in test_txmsg_apply()
1666 txmsg_apply = 1024; in test_txmsg_apply()
1672 txmsg_apply = 1024; in test_txmsg_apply()
1681 txmsg_apply = 0; in test_txmsg_cork()
1687 txmsg_apply = 1; in test_txmsg_cork()
1948 txmsg_apply = atoi(optarg); in main()