Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c385 static int ta_init_addr_radix(struct ip_fw_chain *ch, void **ta_state,
388 static void ta_destroy_addr_radix(void *ta_state, struct table_info *ti);
389 static void ta_dump_addr_radix_tinfo(void *ta_state, struct table_info *ti,
391 static int ta_dump_addr_radix_tentry(void *ta_state, struct table_info *ti,
393 static int ta_find_addr_radix_tentry(void *ta_state, struct table_info *ti,
395 static void ta_foreach_addr_radix(void *ta_state, struct table_info *ti,
401 static int ta_add_addr_radix(void *ta_state, struct table_info *ti,
405 static int ta_del_addr_radix(void *ta_state, struct table_info *ti,
409 static int ta_need_modify_radix(void *ta_state, struct table_info *ti,
449 ta_init_addr_radix(struct ip_fw_chain *ch, void **ta_state, struct table_info *ti, in ta_init_addr_radix() argument
[all …]
H A Dip_fw_table.h75 typedef int (ta_init)(struct ip_fw_chain *ch, void **ta_state,
77 typedef void (ta_destroy)(void *ta_state, struct table_info *ti);
82 typedef int (ta_add)(void *ta_state, struct table_info *ti,
84 typedef int (ta_del)(void *ta_state, struct table_info *ti,
89 typedef int (ta_need_modify)(void *ta_state, struct table_info *ti,
92 typedef int (ta_fill_mod)(void *ta_state, struct table_info *ti,
94 typedef void (ta_modify)(void *ta_state, struct table_info *ti,
98 typedef void (ta_change_ti)(void *ta_state, struct table_info *ti);
99 typedef void (ta_print_config)(void *ta_state, struct table_info *ti, char *buf,
103 typedef void ta_foreach(void *ta_state, struct table_info *ti, ta_foreach_f *f,
[all …]