Home
last modified time | relevance | path

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

/freebsd-13.1/sys/net/
H A Dpfil.h88 #define PFIL_APPEND 0x00400000 macro
H A Dpfil.c386 if (pa->pa_flags & PFIL_APPEND) in pfil_link()
398 if (pa->pa_flags & PFIL_APPEND) in pfil_link()
665 if (req->pio_flags & ~(PFIL_IN | PFIL_OUT | PFIL_UNLINK | PFIL_APPEND)) in pfilioc_link()
/freebsd-13.1/sbin/pfilctl/
H A Dpfilctl.c202 req.pio_flags |= PFIL_APPEND; in hook()