Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dpf_if.c357 kif->pfik_flags |= PFI_IFLAG_REFS; in pfi_kkif_unref()
375 if (!(kif->pfik_flags & PFI_IFLAG_REFS)) { in pfi_kkif_purge()
379 kif->pfik_flags &= ~PFI_IFLAG_REFS; in pfi_kkif_purge()
H A Dpf.c1785 s->kif->pfik_flags |= PFI_IFLAG_REFS; in pf_purge_expired_states()
1787 s->rt_kif->pfik_flags |= PFI_IFLAG_REFS; in pf_purge_expired_states()
/f-stack/tools/compat/include/net/
H A Dpfvar.h744 #define PFI_IFLAG_REFS 0x0001 /* has state references */ macro
/f-stack/freebsd/net/
H A Dpfvar.h893 #define PFI_IFLAG_REFS 0x0001 /* has state references */ macro