Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/
H A Dtables.c409 int error, missing, orflush, tcmd, val; in table_create() local
414 missing = orflush = 0; in table_create()
472 orflush = 1; in table_create()
513 if (orflush != 0 && table_flush(oh) != 0) in table_create()