Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dpf_ruleset.c485 r->anchor_relative = 0; in pf_anchor_setup()
495 r->anchor_relative = 1; in pf_anchor_setup()
512 r->anchor_relative++; in pf_anchor_setup()
543 if (!r->anchor_relative) { in pf_anchor_copyout()
556 for (i = 1; i < r->anchor_relative; ++i) { in pf_anchor_copyout()
H A Dpfvar.h814 u_int8_t anchor_relative; member