Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/net/
H A Dpf.c176 } pf_anchor_stack[64]; variable
3028 if (*depth >= (int)sizeof(pf_anchor_stack) / in pf_step_into_anchor()
3029 (int)sizeof(pf_anchor_stack[0])) { in pf_step_into_anchor()
3036 f = pf_anchor_stack + (*depth)++; in pf_step_into_anchor()
3066 f = pf_anchor_stack + *depth - 1; in pf_step_out_of_anchor()