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

/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf.c196 VNET_DEFINE(struct pf_anchor_stackframe, pf_anchor_stack[64]);
197 #define V_pf_anchor_stack VNET(pf_anchor_stack)
230 } pf_anchor_stack[64]; variable in typeref:struct:pf_anchor_stackframe
2834 if (*depth >= sizeof(pf_anchor_stack) /
2835 sizeof(pf_anchor_stack[0])) {
2845 f = pf_anchor_stack + (*depth)++;
2878 f = pf_anchor_stack + *depth - 1;

Completed in 49 milliseconds