Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table.h66 #define TEI_FLAGS_COMPAT 0x0004 /* Called from old ABI */ macro
H A Dip_fw_table.c321 if ((tei->flags & TEI_FLAGS_COMPAT) == 0) in find_ref_table()