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.h57 struct table_algo *ta; /* Callbacks for given algo */
73 struct table_algo *algo[256];
74 struct table_algo *def_algo[IPFW_TABLE_MAXTYPE + 1];
136 struct table_algo { struct
168 int ipfw_add_table_algo(struct ip_fw_chain *ch, struct table_algo *ta, argument
194 struct table_algo *ta, void *astate, struct table_info *ti);
H A Dip_fw_table.c69 struct tid_info *ti, struct table_algo *ta, char *adata, uint8_t tflags);
94 static struct table_algo *find_table_algo(struct tables_config *tableconf,
277 struct table_algo *ta; in rollback_added_entries()
320 prepare_batch_buffer(struct ip_fw_chain *ch, struct table_algo *ta, in prepare_batch_buffer()
372 flush_batch_buffer(struct ip_fw_chain *ch, struct table_algo *ta, in flush_batch_buffer()
424 struct table_algo *ta; in add_table_entry()
549 struct table_algo *ta; in del_table_entry()
644 struct table_algo *ta; in check_table_space()
938 struct table_algo *ta; in flush_table()
1082 struct table_algo *ta; in swap_tables()
[all …]
H A Dip_fw_table_value.c267 struct table_algo *ta;
278 struct table_algo *ta; in unref_table_value_cb()
304 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()