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.c177 struct tables_config *tcfg; in resize_shared_value_storage() local
192 tcfg = CHAIN_TO_TCFG(ch); in resize_shared_value_storage()
194 val_size = tcfg->val_size * 2; in resize_shared_value_storage()
211 if (tcfg->val_size >= val_size) in resize_shared_value_storage()
229 val_size_old = tcfg->val_size; in resize_shared_value_storage()
230 tcfg->val_size = val_size; in resize_shared_value_storage()
770 struct tables_config *tcfg; in ipfw_table_value_init() local
775 tcfg = ch->tblcfg; in ipfw_table_value_init()
777 tcfg->val_size = VALDATA_START_SIZE; in ipfw_table_value_init()
778 tcfg->valhash = ipfw_objhash_create(tcfg->val_size); in ipfw_table_value_init()
[all …]
H A Dip_fw_table.c137 struct tables_config *tcfg; in rollback_toperation_state() local
140 tcfg = CHAIN_TO_TCFG(ch); in rollback_toperation_state()
148 struct tables_config *tcfg; in add_toperation_state() local
150 tcfg = CHAIN_TO_TCFG(ch); in add_toperation_state()
157 struct tables_config *tcfg; in del_toperation_state() local
159 tcfg = CHAIN_TO_TCFG(ch); in del_toperation_state()
2589 ta = tcfg->algo[i]; in find_table_algo()
2645 tcfg->algo[++tcfg->algo_count] = ta_new; in ipfw_add_table_algo()
2674 ta = tcfg->algo[idx]; in ipfw_del_table_algo()
2726 ta = tcfg->algo[n]; in list_table_algo()
[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.c9951 struct tstorm_eth_function_common_config *tcfg, in storm_memset_func_cfg() argument
9960 ecore_storm_memset_struct(sc, addr, size, (uint32_t *)tcfg); in storm_memset_func_cfg()
9967 struct tstorm_eth_function_common_config tcfg = { 0 }; in bxe_func_init() local
9970 storm_memset_func_cfg(sc, &tcfg, p->func_id); in bxe_func_init()