Searched refs:IPFW_TGFLAGS_LOCKED (Results 1 – 3 of 3) sorted by relevance
469 xi.flags |= IPFW_TGFLAGS_LOCKED; in table_create()605 xi.flags |= (lock != 0) ? IPFW_TGFLAGS_LOCKED : 0; in table_lock()803 if ((i->flags & IPFW_TGFLAGS_LOCKED) != 0) in table_show_info()
1024 #define IPFW_TGFLAGS_LOCKED 0x01 /* Tables is locked from changes*/ macro
1786 tc->locked = ((i->flags & IPFW_TGFLAGS_LOCKED) != 0); in modify_table()1878 tc->locked = (i->flags & IPFW_TGFLAGS_LOCKED) != 0; in create_table_internal()2061 i->flags |= (tc->locked != 0) ? IPFW_TGFLAGS_LOCKED : 0; in export_table_info()