Lines Matching refs:txmsg_apply
75 int txmsg_apply; variable
497 if (txmsg_apply) in msg_loop()
498 txmsg_pop_total *= (total_bytes / txmsg_apply); in msg_loop()
842 else if (txmsg_apply) in run_options()
882 if (txmsg_apply) { in run_options()
884 &i, &txmsg_apply, BPF_ANY); in run_options()
1119 if (txmsg_apply) { in test_options()
1120 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options()
1228 txmsg_apply = txmsg_cork = 0; in test_txmsg()
1319 txmsg_apply = txmsg_cork = 0; in test_mixed()
1327 txmsg_apply = 1; in test_mixed()
1335 txmsg_apply = 0; in test_mixed()
1343 txmsg_apply = 1; in test_mixed()
1351 txmsg_apply = 1024; in test_mixed()
1359 txmsg_apply = 0; in test_mixed()
1367 txmsg_apply = 1024; in test_mixed()
1376 txmsg_apply = 4096; in test_mixed()
1383 txmsg_apply = 1; in test_mixed()
1391 txmsg_apply = 0; in test_mixed()
1399 txmsg_apply = 1024; in test_mixed()
1407 txmsg_apply = 0; in test_mixed()
1415 txmsg_apply = 1024; in test_mixed()
1424 txmsg_apply = 4096; in test_mixed()
1763 txmsg_apply = atoi(optarg); in main()