Searched refs:ctl3_hsize (Results 1 – 1 of 1) sorted by relevance
138 static size_t ctl3_hsize; variable3111 count = ctl3_hsize; in dump_soptcodes()3437 ctl3_hsize, sizeof(h), compare_sh); in find_sh()3505 sz = ctl3_hsize + count; in ipfw_add_sopt_handler()3509 if (ctl3_hsize + count <= sz) in ipfw_add_sopt_handler()3517 sz = ctl3_hsize + count; in ipfw_add_sopt_handler()3518 memcpy(tmp, ctl3_handlers, ctl3_hsize * sizeof(*sh)); in ipfw_add_sopt_handler()3519 memcpy(&tmp[ctl3_hsize], sh, count * sizeof(*sh)); in ipfw_add_sopt_handler()3525 ctl3_hsize = sz; in ipfw_add_sopt_handler()3551 ctl3_hsize--; in ipfw_del_sopt_handler()[all …]