Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dpf.c184 } pf_anchor_stack[64]; variable
3126 if (*depth >= (int)sizeof(pf_anchor_stack) / in pf_step_into_anchor()
3127 (int)sizeof(pf_anchor_stack[0])) { in pf_step_into_anchor()
3134 f = pf_anchor_stack + (*depth)++; in pf_step_into_anchor()
3164 f = pf_anchor_stack + *depth - 1; in pf_step_out_of_anchor()