Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netpfil/ipfw/
Dip_fw_table_algo.c348 struct radix_cfg { struct
441 struct radix_cfg *cfg; in ta_init_radix()
450 cfg = malloc(sizeof(struct radix_cfg), M_IPFW, M_WAITOK | M_ZERO); in ta_init_radix()
474 struct radix_cfg *cfg; in ta_destroy_radix()
477 cfg = (struct radix_cfg *)ta_state; in ta_destroy_radix()
496 struct radix_cfg *cfg; in ta_dump_radix_tinfo()
498 cfg = (struct radix_cfg *)ta_state; in ta_dump_radix_tinfo()
709 struct radix_cfg *cfg; in ta_add_radix()
715 cfg = (struct radix_cfg *)ta_state; in ta_add_radix()
810 struct radix_cfg *cfg; in ta_del_radix()
[all …]