Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dpfil.c331 if ((pa->pa_flags & (PFIL_IN | PFIL_UNLINK)) == PFIL_IN) in pfil_link()
335 if ((pa->pa_flags & (PFIL_OUT | PFIL_UNLINK)) == PFIL_OUT) in pfil_link()
359 if (pa->pa_flags & PFIL_UNLINK) in pfil_link()
667 if (req->pio_flags & ~(PFIL_IN | PFIL_OUT | PFIL_UNLINK | PFIL_APPEND)) in pfilioc_link()
H A Dpfil.h89 #define PFIL_UNLINK 0x00800000 macro
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_pfil.c606 pla.pa_flags |= PFIL_UNLINK; in ipfw_link()