Home
last modified time | relevance | path

Searched refs:pf_hints (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl.c194 } pf_hints[] = { variable
1697 for (i = 0; pf_hints[i].name; i++) in pfctl_set_optimization()
1698 if (strcasecmp(opt, pf_hints[i].name) == 0) in pfctl_set_optimization()
1701 hint = pf_hints[i].hint; in pfctl_set_optimization()