Lines Matching refs:txmsg_apply
68 int txmsg_apply; variable
673 else if (txmsg_apply) in run_options()
713 if (txmsg_apply) { in run_options()
715 &i, &txmsg_apply, BPF_ANY); in run_options()
893 if (txmsg_apply) { in test_options()
894 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options()
993 txmsg_apply = txmsg_cork = 0; in test_txmsg()
1084 txmsg_apply = txmsg_cork = 0; in test_mixed()
1089 txmsg_apply = 1; in test_mixed()
1097 txmsg_apply = 0; in test_mixed()
1105 txmsg_apply = 1; in test_mixed()
1113 txmsg_apply = 1024; in test_mixed()
1121 txmsg_apply = 0; in test_mixed()
1129 txmsg_apply = 1024; in test_mixed()
1138 txmsg_apply = 4096; in test_mixed()
1145 txmsg_apply = 1; in test_mixed()
1153 txmsg_apply = 0; in test_mixed()
1161 txmsg_apply = 1024; in test_mixed()
1169 txmsg_apply = 0; in test_mixed()
1177 txmsg_apply = 1024; in test_mixed()
1186 txmsg_apply = 4096; in test_mixed()
1435 txmsg_apply = atoi(optarg); in main()