Searched refs:altqsupport (Results 1 – 3 of 3) sorted by relevance
95 extern int altqsupport;
144 int altqsupport; variable327 if (altqsupport && ioctl(dev, DIOCSTARTALTQ)) in pfctl_enable()348 if (altqsupport && ioctl(dev, DIOCSTOPALTQ)) in pfctl_disable()507 if (!altqsupport) in pfctl_clear_altq()1831 if (a == pf->astack[0] && ((altqsupport && in pfctl_ruleset_trans()2081 if (altqsupport && in pfctl_add_altq()2198 if (altqsupport && (pf.loadopt & PFCTL_FLAG_ALTQ)) in pfctl_rules()2232 if ((altqsupport && (pf.loadopt & PFCTL_FLAG_ALTQ) != 0)) in pfctl_rules()3065 altqsupport = pfctl_test_altqsupport(dev, opts); in main()3074 altqsupport = 0; in main()[all …]
99 if (!altqsupport) in pfctl_show_altq()