Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table.h129 ta_need_modify *need_modify; member
H A Dip_fw_table_algo.c897 .need_modify = ta_need_modify_radix,
1884 .need_modify = ta_need_modify_chash,
2607 .need_modify = ta_need_modify_ifidx,
3035 .need_modify = ta_need_modify_numarray,
3759 .need_modify = ta_need_modify_fhash,
4339 .need_modify = ta_need_modify_radix,
H A Dip_fw_table.c823 if (ta->need_modify == NULL) in check_table_space()
836 if (ta->need_modify(tc->astate, ti, count, &pflags) == 0) { in check_table_space()
868 if (ta->need_modify(tc->astate, ti, count, &pflags) == 0) { in check_table_space()