Home
last modified time | relevance | path

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

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