Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.h132 ta_prepare_mod *prepare_mod; member
H A Dip_fw_table_algo.c1873 .prepare_mod = ta_prepare_mod_chash,
2599 .prepare_mod = ta_prepare_mod_ifidx,
3030 .prepare_mod = ta_prepare_mod_numarray,
3757 .prepare_mod = ta_prepare_mod_fhash,
H A Dip_fw_table.c852 error = ta->prepare_mod(ta_buf, &pflags); in check_table_space()