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.c461 *ta_state = cfg; in ta_init_addr_radix()
1250 cfg = (struct chash_cfg *)ta_state; in ta_print_chash_config()
1306 *ta_state = cfg; in ta_init_chash()
1337 cfg = (struct chash_cfg *)ta_state; in ta_destroy_chash()
1358 cfg = (struct chash_cfg *)ta_state; in ta_dump_chash_tinfo()
1378 cfg = (struct chash_cfg *)ta_state; in ta_dump_chash_tentry()
1470 cfg = (struct chash_cfg *)ta_state; in ta_find_chash_tentry()
2113 *ta_state = icfg; in ta_init_ifidx()
2729 *ta_state = cfg; in ta_init_numarray()
3302 *ta_state = cfg; in ta_init_fhash()
[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);
107 typedef int ta_find_tentry(void *ta_state, struct table_info *ti,
109 typedef void ta_dump_tinfo(void *ta_state, struct table_info *ti,
[all …]