Home
last modified time | relevance | path

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

/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl.c146 struct pf_hint { struct
150 static const struct pf_hint pf_hint_normal[] = { argument
160 static const struct pf_hint pf_hint_satellite[] = {
170 static const struct pf_hint pf_hint_conservative[] = {
180 static const struct pf_hint pf_hint_aggressive[] = {
193 const struct pf_hint *hint;
1691 const struct pf_hint *hint; in pfctl_set_optimization()