Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/net/
H A Dpf.c180 } pf_anchor_stack[64]; variable
3085 if (*depth >= (int)sizeof(pf_anchor_stack) / in pf_step_into_anchor()
3086 (int)sizeof(pf_anchor_stack[0])) { in pf_step_into_anchor()
3093 f = pf_anchor_stack + (*depth)++; in pf_step_into_anchor()
3123 f = pf_anchor_stack + *depth - 1; in pf_step_out_of_anchor()