Searched refs:table_info (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_table.h | 49 struct table_info { struct 78 struct table_info *ti, char *data, uint8_t tflags); 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, 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 …]
|
| H A D | ip_fw_table_algo.c | 374 struct table_info *ti, char *data, uint8_t tflags); 471 ta_destroy_radix(void *ta_state, struct table_info *ti) in ta_destroy_radix() 961 struct table_info *ti, char *data, uint8_t tflags); 1321 ta_destroy_chash(void *ta_state, struct table_info *ti) in ta_destroy_chash() 1917 struct table_info *ti; 1935 struct table_info *ti, char *data, uint8_t tflags); 2063 ifidx_find(struct table_info *ti, void *key) in ifidx_find() 2373 struct table_info *ti; in if_notifier() 2684 numarray_find(struct table_info *ti, void *key) in numarray_find() 3104 struct table_info *ti, char *data, uint8_t tflags); [all …]
|
| H A D | ip_fw_table.c | 1094 struct table_info *kti; in find_table_entry() 1389 struct table_info ti, *tablestate; in swap_tables() 1543 struct table_info *ti; in ipfw_resize_tables() 1592 ti = (struct table_info *)ch->tablestate; in ipfw_resize_tables() 1673 struct table_info *ti; in ipfw_lookup_table() 2005 struct table_info *ti; 2039 struct table_info *ti; in table_get_count() 2068 struct table_info *ti; in export_table_info() 3225 struct table_info *ti; in link_table() 3254 struct table_info *ti; in unlink_table() [all …]
|
| H A D | ip_fw_table_value.c | 271 struct table_info *ti; 307 struct table_algo *ta, void *astate, struct table_info *ti) in ipfw_unref_table_values()
|
| H A D | ip_fw_private.h | 770 struct table_info; 772 typedef int (table_lookup_t)(struct table_info *ti, void *key, uint32_t keylen,
|