Lines Matching refs:txmsg_apply
66 int txmsg_apply; variable
171 txmsg_apply = txmsg_cork = 0; in test_reset()
611 if (txmsg_apply) { in msg_loop()
612 txmsg_push_total = txmsg_end_push * (total_bytes / txmsg_apply); in msg_loop()
613 txmsg_pop_total = txmsg_pop * (total_bytes / txmsg_apply); in msg_loop()
990 else if (txmsg_apply) in run_options()
1033 if (txmsg_apply) { in run_options()
1035 &i, &txmsg_apply, BPF_ANY); in run_options()
1281 if (txmsg_apply) { in test_options()
1282 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options()
1429 txmsg_apply = 4097; in test_txmsg_redir_wait_sndmem()
1459 txmsg_apply = 4097; in test_txmsg_cork_hangs()
1464 txmsg_apply = 0; in test_txmsg_cork_hangs()
1470 txmsg_apply = 4097; in test_txmsg_cork_hangs()
1643 txmsg_apply = 1; in test_txmsg_apply()
1650 txmsg_apply = 1; in test_txmsg_apply()
1657 txmsg_apply = 1; in test_txmsg_apply()
1664 txmsg_apply = 1024; in test_txmsg_apply()
1671 txmsg_apply = 1024; in test_txmsg_apply()
1678 txmsg_apply = 1024; in test_txmsg_apply()
1687 txmsg_apply = 0; in test_txmsg_cork()
1693 txmsg_apply = 1; in test_txmsg_cork()
1912 txmsg_apply = atoi(optarg); in main()