Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl.c239 struct pf_hint { struct
243 static const struct pf_hint pf_hint_normal[] = { argument
253 static const struct pf_hint pf_hint_satellite[] = {
263 static const struct pf_hint pf_hint_conservative[] = {
273 static const struct pf_hint pf_hint_aggressive[] = {
286 const struct pf_hint *hint;
3087 const struct pf_hint *hint; in pfctl_set_optimization()