Home
last modified time | relevance | path

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

/freebsd/sbin/pfilctl/
H A Dpfilctl.c186 req.pio_flags = PFIL_UNLINK; in hook()
188 req.pio_flags = 0; in hook()
193 req.pio_flags |= PFIL_IN; in hook()
196 req.pio_flags |= PFIL_OUT; in hook()
199 req.pio_flags |= PFIL_APPEND; in hook()
205 if (!PFIL_DIR(req.pio_flags)) in hook()
/freebsd/sys/net/
H A Dpfil.h57 int pio_flags; member
72 int pio_flags; member
H A Dpfil.c699 iohook[hk].pio_flags = hook->hook_flags; in pfilioc_listhooks()
717 if (req->pio_flags & ~(PFIL_IN | PFIL_OUT | PFIL_UNLINK | PFIL_APPEND)) in pfilioc_link()
721 args.pa_flags = req->pio_flags; in pfilioc_link()