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

/darwin-on-arm/xnu/bsd/net/
H A Dpf.c176 } pf_anchor_stack[64]; variable in typeref:struct:pf_anchor_stackframe
2805 if (*depth >= (int)sizeof (pf_anchor_stack) /
2806 (int)sizeof (pf_anchor_stack[0])) {
2812 f = pf_anchor_stack + (*depth)++;
2841 f = pf_anchor_stack + *depth - 1;

Completed in 18 milliseconds