Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table.h36 struct tables_config { struct
45 #define CHAIN_TO_TCFG(chain) ((struct tables_config *)(chain)->tblcfg) argument
H A Dip_fw_table.c122 static struct table_algo *find_table_algo(struct tables_config *tableconf,
136 struct tables_config *tcfg; in rollback_toperation_state()
147 struct tables_config *tcfg; in add_toperation_state()
156 struct tables_config *tcfg; in del_toperation_state()
2251 find_table_algo(struct tables_config *tcfg, struct tid_info *ti, char *name) in find_table_algo()
2308 struct tables_config *tcfg; in ipfw_add_table_algo()
2351 struct tables_config *tcfg; in ipfw_del_table_algo()
2381 struct tables_config *tcfg; in list_table_algo()
3028 struct tables_config *tcfg; in ipfw_init_tables()
3034 tcfg = malloc(sizeof(struct tables_config), M_IPFW, M_WAITOK | M_ZERO); in ipfw_init_tables()
H A Dip_fw_table_value.c181 struct tables_config *tcfg; in resize_shared_value_storage()
737 struct tables_config *tcfg; in ipfw_table_value_init()
H A Dip_fw_private.h255 struct tables_config;
318 struct tables_config *tblcfg; /* tables module data */