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

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpf.c184 } pf_anchor_stack[64]; variable in typeref:struct:pf_anchor_stackframe
2838 if (*depth >= (int)sizeof (pf_anchor_stack) /
2839 (int)sizeof (pf_anchor_stack[0])) {
2845 f = pf_anchor_stack + (*depth)++;
2874 f = pf_anchor_stack + *depth - 1;

Completed in 88 milliseconds