Searched refs:ctl3_hsize (Results 1 – 1 of 1) sorted by relevance
136 static size_t ctl3_hsize; variable3123 count = ctl3_hsize; in dump_soptcodes()3449 ctl3_hsize, sizeof(h), compare_sh); in find_sh()3517 sz = ctl3_hsize + count; in ipfw_add_sopt_handler()3521 if (ctl3_hsize + count <= sz) in ipfw_add_sopt_handler()3529 sz = ctl3_hsize + count; in ipfw_add_sopt_handler()3530 memcpy(tmp, ctl3_handlers, ctl3_hsize * sizeof(*sh)); in ipfw_add_sopt_handler()3531 memcpy(&tmp[ctl3_hsize], sh, count * sizeof(*sh)); in ipfw_add_sopt_handler()3537 ctl3_hsize = sz; in ipfw_add_sopt_handler()3563 ctl3_hsize--; in ipfw_del_sopt_handler()[all …]