Searched refs:IPFW_TGFLAGS_LOCKED (Results 1 – 4 of 4) sorted by relevance
469 xi.flags |= IPFW_TGFLAGS_LOCKED; in table_create()598 xi.flags |= (lock != 0) ? IPFW_TGFLAGS_LOCKED : 0; in table_lock()796 if ((i->flags & IPFW_TGFLAGS_LOCKED) != 0) in table_show_info()
994 #define IPFW_TGFLAGS_LOCKED 0x01 /* Tables is locked from changes*/ macro
1804 tc->locked = ((i->flags & IPFW_TGFLAGS_LOCKED) != 0); in modify_table()1896 tc->locked = (i->flags & IPFW_TGFLAGS_LOCKED) != 0; in create_table_internal()2079 i->flags |= (tc->locked != 0) ? IPFW_TGFLAGS_LOCKED : 0; in export_table_info()