Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table.h142 #define TA_FLAG_READONLY 0x02 /* Algo does not support modifications*/ macro
H A Dip_fw_table.c1237 if ((ta->flags & TA_FLAG_READONLY) != 0) { in flush_table()
1426 if (((tc_a->ta->flags | tc_b->ta->flags) & TA_FLAG_READONLY) != 0) { in swap_tables()
1778 if ((tc->ta->flags & TA_FLAG_READONLY) != 0) { in modify_table()
1875 if (ta->flags & TA_FLAG_READONLY) in create_table_internal()
2029 if ((ta->flags & TA_FLAG_READONLY) == 0) in table_get_count()
H A Dip_fw_table_algo.c4008 .flags = TA_FLAG_READONLY,