Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dpfvar_priv.h338 extern struct cpumem *pf_anchor_stack;
H A Dpf.c3624 stack = (struct pf_anchor_stackframe *)cpumem_enter(pf_anchor_stack); in pf_anchor_stack_init()
3626 cpumem_leave(pf_anchor_stack, stack); in pf_anchor_stack_init()
3635 stack = (struct pf_anchor_stackframe *)cpumem_enter(pf_anchor_stack); in pf_anchor_stack_is_full()
3637 cpumem_leave(pf_anchor_stack, stack); in pf_anchor_stack_is_full()
3648 stack = (struct pf_anchor_stackframe *)cpumem_enter(pf_anchor_stack); in pf_anchor_stack_is_empty()
3650 cpumem_leave(pf_anchor_stack, stack); in pf_anchor_stack_is_empty()
3661 stack = (struct pf_anchor_stackframe *)cpumem_enter(pf_anchor_stack); in pf_anchor_stack_top()
3663 cpumem_leave(pf_anchor_stack, stack); in pf_anchor_stack_top()
3684 stack = (struct pf_anchor_stackframe *)cpumem_enter(pf_anchor_stack); in pf_anchor_stack_push()
3690 cpumem_leave(pf_anchor_stack, stack); in pf_anchor_stack_push()
[all …]
H A Dpf_ioctl.c167 struct cpumem *pf_anchor_stack; variable
288 pf_anchor_stack = cpumem_malloc( in pfattach()
291 CPUMEM_FOREACH(sf, &cmi, pf_anchor_stack) in pfattach()