Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_value.c181 struct tables_config *tcfg; in resize_shared_value_storage() local
196 tcfg = CHAIN_TO_TCFG(ch); in resize_shared_value_storage()
198 val_size = tcfg->val_size * 2; in resize_shared_value_storage()
215 if (tcfg->val_size >= val_size) in resize_shared_value_storage()
223 memcpy(valuestate, pval, sizeof(struct table_value) * tcfg->val_size); in resize_shared_value_storage()
233 val_size_old = tcfg->val_size; in resize_shared_value_storage()
234 tcfg->val_size = val_size; in resize_shared_value_storage()
737 struct tables_config *tcfg; in ipfw_table_value_init() local
742 tcfg = ch->tblcfg; in ipfw_table_value_init()
744 tcfg->val_size = VALDATA_START_SIZE; in ipfw_table_value_init()
[all …]
H A Dip_fw_table.c136 struct tables_config *tcfg; in rollback_toperation_state() local
139 tcfg = CHAIN_TO_TCFG(ch); in rollback_toperation_state()
140 TAILQ_FOREACH(os, &tcfg->state_list, next) in rollback_toperation_state()
147 struct tables_config *tcfg; in add_toperation_state() local
149 tcfg = CHAIN_TO_TCFG(ch); in add_toperation_state()
150 TAILQ_INSERT_HEAD(&tcfg->state_list, &ts->opstate, next); in add_toperation_state()
156 struct tables_config *tcfg; in del_toperation_state() local
158 tcfg = CHAIN_TO_TCFG(ch); in del_toperation_state()
159 TAILQ_REMOVE(&tcfg->state_list, &ts->opstate, next); in del_toperation_state()
2251 find_table_algo(struct tables_config *tcfg, struct tid_info *ti, char *name) in find_table_algo() argument
[all …]
H A Dip_fw_nat.c496 struct cfg_nat *ptr, *tcfg; in nat44_config() local
549 tcfg = NULL; in nat44_config()
551 tcfg = lookup_nat_name(&chain->nat, ucfg->name); in nat44_config()
553 if (tcfg != NULL) in nat44_config()
554 LIST_REMOVE(tcfg, _next); in nat44_config()
561 if (tcfg != NULL) in nat44_config()
/freebsd/sys/dev/bxe/
H A Dbxe.c9942 struct tstorm_eth_function_common_config *tcfg, in storm_memset_func_cfg() argument
9951 ecore_storm_memset_struct(sc, addr, size, (uint32_t *)tcfg); in storm_memset_func_cfg()
9958 struct tstorm_eth_function_common_config tcfg = { 0 }; in bxe_func_init() local
9961 storm_memset_func_cfg(sc, &tcfg, p->func_id); in bxe_func_init()