Home
last modified time | relevance | path

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

/f-stack/tools/ipfw/
H A Dtables.c58 static void table_lock(ipfw_obj_header *oh, int lock);
279 table_lock(&oh, (tcmd == TOK_LOCK)); in ipfw_table_handler()
591 table_lock(ipfw_obj_header *oh, int lock) in table_lock() function