Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dpfil.h86 #define PFIL_APPEND 0x00400000 macro
H A Dpfil.c437 if (pa->pa_flags & PFIL_APPEND) in pfil_link()
450 if (pa->pa_flags & PFIL_APPEND) in pfil_link()
717 if (req->pio_flags & ~(PFIL_IN | PFIL_OUT | PFIL_UNLINK | PFIL_APPEND)) in pfilioc_link()
/freebsd/sbin/pfilctl/
H A Dpfilctl.c199 req.pio_flags |= PFIL_APPEND; in hook()