Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
667 if (req->pio_flags & ~(PFIL_IN | PFIL_OUT | PFIL_UNLINK | PFIL_APPEND)) in pfilioc_link()