HomeSort by: relevance | last modified time | path
    Searched defs:pf_anchor_stack (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dist/pf/net/
pf.c 147 } pf_anchor_stack[64]; variable in typeref:struct:pf_anchor_stackframe[64]
2069 if (*depth >= sizeof(pf_anchor_stack) /
2070 sizeof(pf_anchor_stack[0])) {
2076 f = pf_anchor_stack + (*depth)++;
2105 f = pf_anchor_stack + *depth - 1;
pf.c 147 } pf_anchor_stack[64]; variable in typeref:struct:pf_anchor_stackframe[64]
2069 if (*depth >= sizeof(pf_anchor_stack) /
2070 sizeof(pf_anchor_stack[0])) {
2076 f = pf_anchor_stack + (*depth)++;
2105 f = pf_anchor_stack + *depth - 1;

Completed in 27 milliseconds