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

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table.h131 ta_need_modify *need_modify; member in struct:table_algo
H A Dip_fw_table_algo.c189 * -need_modify: checks if @ti has enough space to hold another @count items.
201 * OPTIONAL(need_modify), unlocked. (M_WAITOK). Returns 0 on success.
212 * OPTIONAL(need_modify), locked (UH). (M_NOWAIT). Returns 0 on success.
222 * OPTIONAL(need_modify), locked (UH+WLOCK). (M_NOWAIT).
231 * OPTIONAL(need_modify), unlocked. (M_WAITOK).
885 .need_modify = ta_need_modify_radix,
1872 .need_modify = ta_need_modify_chash,
2598 .need_modify = ta_need_modify_ifidx,
3029 .need_modify = ta_need_modify_numarray,
3756 .need_modify
[all...]
H A Dip_fw_table.c806 * 0) need_modify() (UH_WLOCK) - checks if @count items can be added w/o resize.
828 if (ta->need_modify == NULL)
841 if (ta->need_modify(tc->astate, ti, count, &pflags) == 0) {
873 if (ta->need_modify(tc->astate, ti, count, &pflags) == 0) {

Completed in 123 milliseconds