Lines Matching refs:txmsg_apply
72 int txmsg_apply; variable
178 txmsg_apply = txmsg_cork = 0; in test_reset()
619 if (txmsg_apply) in msg_loop()
620 txmsg_pop_total = txmsg_pop * (total_bytes / txmsg_apply); in msg_loop()
1022 else if (txmsg_apply) in run_options()
1065 if (txmsg_apply) { in run_options()
1067 &i, &txmsg_apply, BPF_ANY); in run_options()
1341 if (txmsg_apply) { in test_options()
1342 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options()
1570 txmsg_apply = 4097; in test_txmsg_cork_hangs()
1575 txmsg_apply = 0; in test_txmsg_cork_hangs()
1581 txmsg_apply = 4097; in test_txmsg_cork_hangs()
1692 txmsg_apply = 1; in test_txmsg_apply()
1699 txmsg_apply = 1; in test_txmsg_apply()
1706 txmsg_apply = 1; in test_txmsg_apply()
1713 txmsg_apply = 1024; in test_txmsg_apply()
1720 txmsg_apply = 1024; in test_txmsg_apply()
1727 txmsg_apply = 1024; in test_txmsg_apply()
1736 txmsg_apply = 0; in test_txmsg_cork()
1742 txmsg_apply = 1; in test_txmsg_cork()
1977 txmsg_apply = atoi(optarg); in main()