Searched refs:need_modify (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_table.h | 131 ta_need_modify *need_modify; member
|
| H A D | ip_fw_table_algo.c | 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 = ta_need_modify_fhash,
|
| H A D | ip_fw_table.c | 828 if (ta->need_modify == NULL) in check_table_space() 841 if (ta->need_modify(tc->astate, ti, count, &pflags) == 0) { in check_table_space() 873 if (ta->need_modify(tc->astate, ti, count, &pflags) == 0) { in check_table_space()
|