Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netpfil/ipfw/
HDip_fw_table_value.c178 struct tables_config *tcfg; in resize_shared_value_storage() local
193 tcfg = CHAIN_TO_TCFG(ch); in resize_shared_value_storage()
195 val_size = tcfg->val_size * 2; in resize_shared_value_storage()
212 if (tcfg->val_size >= val_size) in resize_shared_value_storage()
220 memcpy(valuestate, pval, sizeof(struct table_value) * tcfg->val_size); in resize_shared_value_storage()
230 val_size_old = tcfg->val_size; in resize_shared_value_storage()
231 tcfg->val_size = val_size; in resize_shared_value_storage()
771 struct tables_config *tcfg; in ipfw_table_value_init() local
776 tcfg = ch->tblcfg; in ipfw_table_value_init()
778 tcfg->val_size = VALDATA_START_SIZE; in ipfw_table_value_init()
[all …]
HDip_fw_table.c137 struct tables_config *tcfg; in rollback_toperation_state() local
140 tcfg = CHAIN_TO_TCFG(ch); in rollback_toperation_state()
141 TAILQ_FOREACH(os, &tcfg->state_list, next) in rollback_toperation_state()
148 struct tables_config *tcfg; in add_toperation_state() local
150 tcfg = CHAIN_TO_TCFG(ch); in add_toperation_state()
151 TAILQ_INSERT_HEAD(&tcfg->state_list, &ts->opstate, next); in add_toperation_state()
157 struct tables_config *tcfg; in del_toperation_state() local
159 tcfg = CHAIN_TO_TCFG(ch); in del_toperation_state()
160 TAILQ_REMOVE(&tcfg->state_list, &ts->opstate, next); in del_toperation_state()
2566 find_table_algo(struct tables_config *tcfg, struct tid_info *ti, char *name) in find_table_algo() argument
[all …]
HDip_fw_nat.c497 struct cfg_nat *ptr, *tcfg; in nat44_config() local
550 tcfg = NULL; in nat44_config()
552 tcfg = lookup_nat_name(&chain->nat, ucfg->name); in nat44_config()
554 if (tcfg != NULL) in nat44_config()
555 LIST_REMOVE(tcfg, _next); in nat44_config()
562 if (tcfg != NULL) in nat44_config()
/freebsd-14-stable/sys/dev/bxe/
HDbxe.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()