Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_algo.c451 *ta_state = cfg; in ta_init_radix()
476 cfg = (struct radix_cfg *)ta_state; in ta_destroy_radix()
497 cfg = (struct radix_cfg *)ta_state; in ta_dump_radix_tinfo()
713 cfg = (struct radix_cfg *)ta_state; in ta_add_radix()
813 cfg = (struct radix_cfg *)ta_state; in ta_del_radix()
1240 cfg = (struct chash_cfg *)ta_state; in ta_print_chash_config()
1296 *ta_state = cfg; in ta_init_chash()
1327 cfg = (struct chash_cfg *)ta_state; in ta_destroy_chash()
2103 *ta_state = icfg; in ta_init_ifidx()
2722 *ta_state = cfg; in ta_init_numarray()
[all …]
H A Dip_fw_table.h77 typedef int (ta_init)(struct ip_fw_chain *ch, void **ta_state,
79 typedef void (ta_destroy)(void *ta_state, struct table_info *ti);
84 typedef int (ta_add)(void *ta_state, struct table_info *ti,
86 typedef int (ta_del)(void *ta_state, struct table_info *ti,
91 typedef int (ta_need_modify)(void *ta_state, struct table_info *ti,
94 typedef int (ta_fill_mod)(void *ta_state, struct table_info *ti,
96 typedef void (ta_modify)(void *ta_state, struct table_info *ti,
100 typedef void (ta_change_ti)(void *ta_state, struct table_info *ti);
109 typedef int ta_find_tentry(void *ta_state, struct table_info *ti,
111 typedef void ta_dump_tinfo(void *ta_state, struct table_info *ti,
[all …]