Lines Matching refs:table_info
47 struct table_info { struct
76 struct table_info *ti, char *data, uint8_t tflags);
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,
105 typedef int ta_dump_tentry(void *ta_state, struct table_info *ti, void *e,
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,
111 typedef uint32_t ta_get_count(void *ta_state, struct table_info *ti);
172 struct table_algo *ta, void *astate, struct table_info *ti);