Searched refs:flush_entry (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table.h129 ta_flush_entry *flush_entry; member in struct:table_algo
H A Dip_fw_table_algo.c166 * -flush_entry: flush entry state created by -prepare_add / -del / others
880 .flush_entry = ta_flush_radix_entry,
1866 .flush_entry = ta_flush_chash_entry,
2593 .flush_entry = ta_flush_ifidx_entry,
3024 .flush_entry = ta_flush_numarray_entry,
3751 .flush_entry = ta_flush_fhash_entry,
H A Dip_fw_table.c464 ta->flush_entry(ch, ptei, v);
475 ta->flush_entry(ch, &tei[i], v);
539 * Finally, we free all state by calling flush_entry callback

Completed in 112 milliseconds