Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl.c171 struct pf_hint { struct
175 static const struct pf_hint pf_hint_normal[] = { argument
185 static const struct pf_hint pf_hint_satellite[] = {
195 static const struct pf_hint pf_hint_conservative[] = {
205 static const struct pf_hint pf_hint_aggressive[] = {
218 const struct pf_hint *hint;
2544 const struct pf_hint *hint; in pfctl_set_optimization()