Home
last modified time | relevance | path

Searched refs:table_algo (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table.h35 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
172 struct table_algo *ta, void *astate, struct table_info *ti);
207 struct table_algo *ta;
H A Dip_fw_table.c86 struct table_algo *ta; /* Callbacks for given algo */
97 struct tid_info *ti, struct table_algo *ta, char *adata, uint8_t tflags);
122 static struct table_algo *find_table_algo(struct tables_config *tableconf,
351 struct table_algo *ta; in rollback_added_entries()
394 prepare_batch_buffer(struct ip_fw_chain *ch, struct table_algo *ta, in prepare_batch_buffer()
446 flush_batch_buffer(struct ip_fw_chain *ch, struct table_algo *ta, in flush_batch_buffer()
546 struct table_algo *ta; in add_table_entry()
716 struct table_algo *ta; in del_table_entry()
814 struct table_algo *ta; in check_table_space()
1034 struct table_algo *ta; in find_table_entry()
[all …]
H A Dip_fw_table_value.c273 struct table_algo *ta;
284 struct table_algo *ta; in unref_table_value_cb()
310 struct table_algo *ta, void *astate, struct table_info *ti) in ipfw_unref_table_values()
H A Dip_fw_table_algo.c881 struct table_algo addr_radix = {
1868 struct table_algo addr_hash = {
2591 struct table_algo iface_idx = {
3020 struct table_algo number_array = {
3743 struct table_algo flow_hash = {
4006 struct table_algo addr_kfib = {
4323 struct table_algo mac_radix = {
4350 sz = sizeof(struct table_algo); in ipfw_table_algo_init()