Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.h38 struct tables_config { struct
47 #define CHAIN_TO_TCFG(chain) ((struct tables_config *)(chain)->tblcfg) argument
H A Dip_fw_table.c125 static struct table_algo *find_table_algo(struct tables_config *tableconf,
139 struct tables_config *tcfg; in rollback_toperation_state()
150 struct tables_config *tcfg; in add_toperation_state()
159 struct tables_config *tcfg; in del_toperation_state()
2569 find_table_algo(struct tables_config *tcfg, struct tid_info *ti, char *name) in find_table_algo()
2626 struct tables_config *tcfg; in ipfw_add_table_algo()
2669 struct tables_config *tcfg; in ipfw_del_table_algo()
2699 struct tables_config *tcfg; in list_table_algo()
3340 struct tables_config *tcfg; in ipfw_init_tables()
3346 tcfg = malloc(sizeof(struct tables_config), M_IPFW, M_WAITOK | M_ZERO); in ipfw_init_tables()
H A Dip_fw_table_value.c178 struct tables_config *tcfg; in resize_shared_value_storage()
768 struct tables_config *tcfg; in ipfw_table_value_init()
H A Dip_fw_private.h252 struct tables_config;
307 struct tables_config *tblcfg; /* tables module data */