Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf.c3668 #define PF_ETH_ANCHOR_MATCH(f) ((uintptr_t)(f)->r & PF_ANCHORSTACK_MATCH) macro
3756 if (PF_ETH_ANCHOR_MATCH(f) || (match != NULL && *match)) in pf_step_out_of_keth_anchor()