Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/net/
HDpfil.h87 #define PFIL_APPEND 0x00400000 macro
HDpfil.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-stable/sbin/pfilctl/
HDpfilctl.c200 req.pio_flags |= PFIL_APPEND; in hook()