Searched refs:table_algo (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/sys/netpfil/ipfw/ |
H A D | ip_fw_table.h | 35 struct table_algo; 41 struct table_algo *algo[256]; 42 struct table_algo *def_algo[IPFW_TABLE_MAXTYPE + 1]; 113 struct table_algo { struct 145 int ipfw_add_table_algo(struct ip_fw_chain *ch, struct table_algo *ta, argument 176 struct table_algo *ta, void *astate, struct table_info *ti); 211 struct table_algo *ta;
|
H A D | ip_fw_table.c | 86 struct table_algo *ta; /* Callbacks for given algo */ 97 struct tid_info *ti, struct table_algo *ta, char *adata, uint8_t tflags); 123 static struct table_algo *find_table_algo(struct tables_config *tableconf, 352 struct table_algo *ta; in rollback_added_entries() 395 prepare_batch_buffer(struct ip_fw_chain *ch, struct table_algo *ta, in prepare_batch_buffer() 447 flush_batch_buffer(struct ip_fw_chain *ch, struct table_algo *ta, in flush_batch_buffer() 547 struct table_algo *ta; in add_table_entry() 718 struct table_algo *ta; in del_table_entry() 817 struct table_algo *ta; in check_table_space() 1091 struct table_algo *ta; in find_table_entry() [all …]
|
H A D | ip_fw_table_value.c | 269 struct table_algo *ta; 280 struct table_algo *ta; in unref_table_value_cb() 306 struct table_algo *ta, void *astate, struct table_info *ti) in ipfw_unref_table_values()
|
H A D | ip_fw_table_algo.c | 71 * * struct table_algo has to be filled with: 879 struct table_algo addr_radix = { 1866 struct table_algo addr_hash = { 2589 struct table_algo iface_idx = { 3018 struct table_algo number_array = { 3742 struct table_algo flow_hash = { 4005 struct table_algo addr_kfib = { 4322 struct table_algo mac_radix = { 4349 sz = sizeof(struct table_algo); in ipfw_table_algo_init()
|