Home
last modified time | relevance | path

Searched refs:PFSYNC_SI_IOCTL (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net/
H A Dif_pfsync.h260 #define PFSYNC_SI_IOCTL 0x01 macro
/f-stack/tools/compat/include/net/
H A Dif_pfsync.h260 #define PFSYNC_SI_IOCTL 0x01 macro
/f-stack/freebsd/netpfil/pf/
H A Dif_pfsync.c483 if (flags & PFSYNC_SI_IOCTL) in pfsync_state_import()
493 (flags & (PFSYNC_SI_IOCTL | PFSYNC_SI_CKSUM)) && ntohl(sp->rule) < in pfsync_state_import()
593 if (!(flags & PFSYNC_SI_IOCTL)) in pfsync_state_import()
603 if (!(flags & PFSYNC_SI_IOCTL)) { in pfsync_state_import()
H A Dpf_ioctl.c2442 error = V_pfsync_state_import_ptr(sp, PFSYNC_SI_IOCTL); in pfioctl()