Searched refs:ctl3_hsize (Results 1 – 1 of 1) sorted by relevance
122 static size_t ctl3_hsize; variable2557 count = ctl3_hsize; in dump_soptcodes()2924 ctl3_hsize, sizeof(h), compare_sh); in find_sh()3002 sz = ctl3_hsize + count; in ipfw_add_sopt_handler()3006 if (ctl3_hsize + count <= sz) in ipfw_add_sopt_handler()3014 sz = ctl3_hsize + count; in ipfw_add_sopt_handler()3015 memcpy(tmp, ctl3_handlers, ctl3_hsize * sizeof(*sh)); in ipfw_add_sopt_handler()3016 memcpy(&tmp[ctl3_hsize], sh, count * sizeof(*sh)); in ipfw_add_sopt_handler()3022 ctl3_hsize = sz; in ipfw_add_sopt_handler()3046 sz = (ctl3_handlers + ctl3_hsize - (h + 1)) * sizeof(*h); in ipfw_del_sopt_handler()[all …]