Home
last modified time | relevance | path

Searched refs:ctl3_hsize (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/netpfil/ipfw/
Dip_fw_sockopt.c139 static size_t ctl3_hsize; variable
3127 count = ctl3_hsize; in dump_soptcodes()
3454 ctl3_hsize, sizeof(h), compare_sh); in find_sh()
3522 sz = ctl3_hsize + count; in ipfw_add_sopt_handler()
3526 if (ctl3_hsize + count <= sz) in ipfw_add_sopt_handler()
3534 sz = ctl3_hsize + count; in ipfw_add_sopt_handler()
3535 memcpy(tmp, ctl3_handlers, ctl3_hsize * sizeof(*sh)); in ipfw_add_sopt_handler()
3536 memcpy(&tmp[ctl3_hsize], sh, count * sizeof(*sh)); in ipfw_add_sopt_handler()
3542 ctl3_hsize = sz; in ipfw_add_sopt_handler()
3566 sz = (ctl3_handlers + ctl3_hsize - (h + 1)) * sizeof(*h); in ipfw_del_sopt_handler()
[all …]