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

/freebsd-13-stable/sys/netpfil/ipfw/
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);
101 typedef void (ta_print_config)(void *ta_state, struct table_info *ti, char *buf,
105 typedef void ta_foreach(void *ta_state, struc
[all...]
H A Dip_fw_table_algo.c85 * typedef int (ta_init)(struct ip_fw_chain *ch, void **ta_state,
92 * * Caller may want to save configuration state pointer to @ta_state
102 * typedef void (ta_destroy)(void *ta_state, struct table_info *ti);
134 * typedef int (ta_add)(void *ta_state, struct table_info *ti,
154 * typedef int (ta_del)(void *ta_state, struct table_info *ti,
179 * typedef int ta_find_tentry(void *ta_state, struct table_info *ti,
190 * typedef int (ta_need_modify)(void *ta_state, struct table_info *ti,
210 * typedef int (ta_fill_mod)(void *ta_state, struct table_info *ti,
220 * typedef void (ta_modify)(void *ta_state, struct table_info *ti,
240 * typedef void (ta_change_ti)(void *ta_state, struc
437 ta_init_radix(struct ip_fw_chain *ch, void **ta_state, struct table_info *ti, char *data, uint8_t tflags) argument
471 ta_destroy_radix(void *ta_state, struct table_info *ti) argument
493 ta_dump_radix_tinfo(void *ta_state, struct table_info *ti, ipfw_ta_tinfo *tinfo) argument
509 ta_dump_radix_tentry(void *ta_state, struct table_info *ti, void *e, ipfw_obj_tentry *tent) argument
540 ta_find_radix_tentry(void *ta_state, struct table_info *ti, ipfw_obj_tentry *tent) argument
570 ta_foreach_radix(void *ta_state, struct table_info *ti, ta_foreach_f *f, void *arg) argument
704 ta_add_radix(void *ta_state, struct table_info *ti, struct tentry_info *tei, void *ta_buf, uint32_t *pnum) argument
805 ta_del_radix(void *ta_state, struct table_info *ti, struct tentry_info *tei, void *ta_buf, uint32_t *pnum) argument
856 ta_need_modify_radix(void *ta_state, struct table_info *ti, uint32_t count, uint64_t *pflags) argument
1235 ta_print_chash_config(void *ta_state, struct table_info *ti, char *buf, size_t bufsize) argument
1267 ta_init_chash(struct ip_fw_chain *ch, void **ta_state, struct table_info *ti, char *data, uint8_t tflags) argument
1321 ta_destroy_chash(void *ta_state, struct table_info *ti) argument
1344 ta_dump_chash_tinfo(void *ta_state, struct table_info *ti, ipfw_ta_tinfo *tinfo) argument
1362 ta_dump_chash_tentry(void *ta_state, struct table_info *ti, void *e, ipfw_obj_tentry *tent) argument
1450 ta_find_chash_tentry(void *ta_state, struct table_info *ti, ipfw_obj_tentry *tent) argument
1506 ta_foreach_chash(void *ta_state, struct table_info *ti, ta_foreach_f *f, void *arg) argument
1547 ta_add_chash(void *ta_state, struct table_info *ti, struct tentry_info *tei, void *ta_buf, uint32_t *pnum) argument
1633 ta_del_chash(void *ta_state, struct table_info *ti, struct tentry_info *tei, void *ta_buf, uint32_t *pnum) argument
1701 ta_need_modify_chash(void *ta_state, struct table_info *ti, uint32_t count, uint64_t *pflags) argument
1767 ta_fill_mod_chash(void *ta_state, struct table_info *ti, void *ta_buf, uint64_t *pflags) argument
1779 ta_modify_chash(void *ta_state, struct table_info *ti, void *ta_buf, uint64_t pflags) argument
2090 ta_init_ifidx(struct ip_fw_chain *ch, void **ta_state, struct table_info *ti, char *data, uint8_t tflags) argument
2114 ta_change_ti_ifidx(void *ta_state, struct table_info *ti) argument
2142 ta_destroy_ifidx(void *ta_state, struct table_info *ti) argument
2166 ta_dump_ifidx_tinfo(void *ta_state, struct table_info *ti, ipfw_ta_tinfo *tinfo) argument
2215 ta_add_ifidx(void *ta_state, struct table_info *ti, struct tentry_info *tei, void *ta_buf, uint32_t *pnum) argument
2300 ta_del_ifidx(void *ta_state, struct table_info *ti, struct tentry_info *tei, void *ta_buf, uint32_t *pnum) argument
2412 ta_need_modify_ifidx(void *ta_state, struct table_info *ti, uint32_t count, uint64_t *pflags) argument
2454 ta_fill_mod_ifidx(void *ta_state, struct table_info *ti, void *ta_buf, uint64_t *pflags) argument
2478 ta_modify_ifidx(void *ta_state, struct table_info *ti, void *ta_buf, uint64_t pflags) argument
2510 ta_dump_ifidx_tentry(void *ta_state, struct table_info *ti, void *e, ipfw_obj_tentry *tent) argument
2525 ta_find_ifidx_tentry(void *ta_state, struct table_info *ti, ipfw_obj_tentry *tent) argument
2568 ta_foreach_ifidx(void *ta_state, struct table_info *ti, ta_foreach_f *f, void *arg) argument
2711 ta_init_numarray(struct ip_fw_chain *ch, void **ta_state, struct table_info *ti, char *data, uint8_t tflags) argument
2733 ta_destroy_numarray(void *ta_state, struct table_info *ti) argument
2749 ta_dump_numarray_tinfo(void *ta_state, struct table_info *ti, ipfw_ta_tinfo *tinfo) argument
2778 ta_add_numarray(void *ta_state, struct table_info *ti, struct tentry_info *tei, void *ta_buf, uint32_t *pnum) argument
2828 ta_del_numarray(void *ta_state, struct table_info *ti, struct tentry_info *tei, void *ta_buf, uint32_t *pnum) argument
2869 ta_need_modify_numarray(void *ta_state, struct table_info *ti, uint32_t count, uint64_t *pflags) argument
2911 ta_fill_mod_numarray(void *ta_state, struct table_info *ti, void *ta_buf, uint64_t *pflags) argument
2935 ta_modify_numarray(void *ta_state, struct table_info *ti, void *ta_buf, uint64_t pflags) argument
2967 ta_dump_numarray_tentry(void *ta_state, struct table_info *ti, void *e, ipfw_obj_tentry *tent) argument
2981 ta_find_numarray_tentry(void *ta_state, struct table_info *ti, ipfw_obj_tentry *tent) argument
3000 ta_foreach_numarray(void *ta_state, struct table_info *ti, ta_foreach_f *f, void *arg) argument
3254 ta_init_fhash(struct ip_fw_chain *ch, void **ta_state, struct table_info *ti, char *data, uint8_t tflags) argument
3308 ta_destroy_fhash(void *ta_state, struct table_info *ti) argument
3328 ta_dump_fhash_tinfo(void *ta_state, struct table_info *ti, ipfw_ta_tinfo *tinfo) argument
3343 ta_dump_fhash_tentry(void *ta_state, struct table_info *ti, void *e, ipfw_obj_tentry *tent) argument
3421 ta_find_fhash_tentry(void *ta_state, struct table_info *ti, ipfw_obj_tentry *tent) argument
3466 ta_foreach_fhash(void *ta_state, struct table_info *ti, ta_foreach_f *f, void *arg) argument
3511 ta_add_fhash(void *ta_state, struct table_info *ti, struct tentry_info *tei, void *ta_buf, uint32_t *pnum) argument
3584 ta_del_fhash(void *ta_state, struct table_info *ti, struct tentry_info *tei, void *ta_buf, uint32_t *pnum) argument
3639 ta_need_modify_fhash(void *ta_state, struct table_info *ti, uint32_t count, uint64_t *pflags) argument
3682 ta_fill_mod_fhash(void *ta_state, struct table_info *ti, void *ta_buf, uint64_t *pflags) argument
3694 ta_modify_fhash(void *ta_state, struct table_info *ti, void *ta_buf, uint64_t pflags) argument
3854 ta_print_kfib_config(void *ta_state, struct table_info *ti, char *buf, size_t bufsize) argument
3865 ta_init_kfib(struct ip_fw_chain *ch, void **ta_state, struct table_info *ti, char *data, uint8_t tflags) argument
3887 ta_destroy_kfib(void *ta_state, struct table_info *ti) argument
3896 ta_dump_kfib_tinfo(void *ta_state, struct table_info *ti, ipfw_ta_tinfo *tinfo) argument
3935 ta_find_kfib_tentry(void *ta_state, struct table_info *ti, ipfw_obj_tentry *tent) argument
3974 ta_dump_kfib_tentry(void *ta_state, struct table_info *ti, void *e, ipfw_obj_tentry *tent) argument
3992 ta_foreach_kfib(void *ta_state, struct table_info *ti, ta_foreach_f *f, void *arg) argument
[all...]

Completed in 59 milliseconds