Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dpf.c181 } pf_anchor_stack[64]; variable
3142 if (*depth >= (int)sizeof(pf_anchor_stack) / in pf_step_into_anchor()
3143 (int)sizeof(pf_anchor_stack[0])) { in pf_step_into_anchor()
3150 f = pf_anchor_stack + (*depth)++; in pf_step_into_anchor()
3180 f = pf_anchor_stack + *depth - 1; in pf_step_out_of_anchor()