Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.h144 #define TA_FLAG_READONLY 0x02 /* Algo does not support modifications*/ macro
H A Dip_fw_table.c1239 if ((ta->flags & TA_FLAG_READONLY) != 0) { in flush_table()
1428 if (((tc_a->ta->flags | tc_b->ta->flags) & TA_FLAG_READONLY) != 0) { in swap_tables()
1796 if ((tc->ta->flags & TA_FLAG_READONLY) != 0) { in modify_table()
1893 if (ta->flags & TA_FLAG_READONLY) in create_table_internal()
2047 if ((ta->flags & TA_FLAG_READONLY) == 0) in table_get_count()
H A Dip_fw_table_algo.c4006 .flags = TA_FLAG_READONLY,