Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dpfil.c122 MPASS(flags & PFIL_MEMPTR); in pfil_realloc()
144 flags &= ~(PFIL_MEMPTR | PFIL_LENMASK); in pfil_fake_mbuf()
183 if ((flags & PFIL_MEMPTR) && !(link->link_flags & PFIL_MEMPTR)) in pfil_run_hooks()
192 flags &= ~(PFIL_MEMPTR | PFIL_LENMASK); in pfil_run_hooks()
H A Dpfil.h85 #define PFIL_MEMPTR 0x00080000 macro
H A Diflib.c2663 len | PFIL_MEMPTR | PFIL_IN, NULL); in rxd_frag_to_sd()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_pfil.c341 if (flags & PFIL_MEMPTR) { in ipfw_check_frame()
571 pha.pa_flags |= PFIL_MEMPTR; in ipfw_hook()