Searched refs:need_modify (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/netpfil/ipfw/ |
| H A D | ip_fw_table.h | 129 ta_need_modify *need_modify; member
|
| H A D | ip_fw_table_algo.c | 895 .need_modify = ta_need_modify_radix, 1882 .need_modify = ta_need_modify_chash, 2605 .need_modify = ta_need_modify_ifidx, 3033 .need_modify = ta_need_modify_numarray, 3758 .need_modify = ta_need_modify_fhash, 4338 .need_modify = ta_need_modify_radix,
|
| H A D | ip_fw_table.c | 826 if (ta->need_modify == NULL) in check_table_space() 839 if (ta->need_modify(tc->astate, ti, count, &pflags) == 0) { in check_table_space() 871 if (ta->need_modify(tc->astate, ti, count, &pflags) == 0) { in check_table_space()
|