Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_algo.c347 struct radix_cfg { struct
440 struct radix_cfg *cfg; in ta_init_radix()
449 cfg = malloc(sizeof(struct radix_cfg), M_IPFW, M_WAITOK | M_ZERO); in ta_init_radix()
473 struct radix_cfg *cfg; in ta_destroy_radix()
476 cfg = (struct radix_cfg *)ta_state; in ta_destroy_radix()
495 struct radix_cfg *cfg; in ta_dump_radix_tinfo()
497 cfg = (struct radix_cfg *)ta_state; in ta_dump_radix_tinfo()
707 struct radix_cfg *cfg; in ta_add_radix()
713 cfg = (struct radix_cfg *)ta_state; in ta_add_radix()
808 struct radix_cfg *cfg; in ta_del_radix()
[all …]