Home
last modified time | relevance | path

Searched refs:pf_anchor_stackframe (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/net/
H A Dpfvar_priv.h322 struct pf_anchor_stackframe { struct
326 struct pf_anchor_stackframe *u_stack_top; argument
H A Dpf.c3622 struct pf_anchor_stackframe *stack; in pf_anchor_stack_init()
3630 pf_anchor_stack_is_full(struct pf_anchor_stackframe *sf) in pf_anchor_stack_is_full()
3632 struct pf_anchor_stackframe *stack; in pf_anchor_stack_is_full()
3643 pf_anchor_stack_is_empty(struct pf_anchor_stackframe *sf) in pf_anchor_stack_is_empty()
3645 struct pf_anchor_stackframe *stack; in pf_anchor_stack_is_empty()
3655 struct pf_anchor_stackframe *
3658 struct pf_anchor_stackframe *stack; in pf_anchor_stack_top()
3659 struct pf_anchor_stackframe *top_sf; in pf_anchor_stack_top()
3672 struct pf_anchor_stackframe *stack; in pf_anchor_stack_push()
3673 struct pf_anchor_stackframe *top_sf = pf_anchor_stack_top(); in pf_anchor_stack_push()
[all …]
H A Dpf_ioctl.c189 struct pf_anchor_stackframe *sf; in pfattach()
289 sizeof(struct pf_anchor_stackframe) * (PF_ANCHOR_STACK_MAX + 2), in pfattach()