Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.h67 #define TEI_FLAGS_UPDATED 0x0002 /* Entry has been updated */ macro
H A Dip_fw_table_algo.c741 tei->flags |= TEI_FLAGS_UPDATED; in ta_add_radix()
1602 tei->flags |= TEI_FLAGS_UPDATED; in ta_add_chash()
2253 tei->flags |= TEI_FLAGS_UPDATED; in ta_add_ifidx()
2804 tei->flags |= TEI_FLAGS_UPDATED; in ta_add_numarray()
3555 tei->flags |= TEI_FLAGS_UPDATED; in ta_add_fhash()
H A Dip_fw_table.c369 if ((ptei->flags & TEI_FLAGS_UPDATED) != 0) { in rollback_added_entries()
1058 else if (ptei->flags & TEI_FLAGS_UPDATED) in manage_table_ent_v1()