Home | Sort by: relevance | last modified time | path |
/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; |