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

/freebsd-11.0-release/sys/netpfil/ipfw/
H A Dip_fw_table_value.c179 struct tables_config *tcfg; local
194 tcfg = CHAIN_TO_TCFG(ch);
196 val_size = tcfg->val_size * 2;
213 if (tcfg->val_size >= val_size)
221 memcpy(valuestate, pval, sizeof(struct table_value) * tcfg->val_size);
231 val_size_old = tcfg->val_size;
232 tcfg->val_size = val_size;
774 struct tables_config *tcfg; local
779 tcfg = ch->tblcfg;
781 tcfg
[all...]
H A Dip_fw_table.c137 struct tables_config *tcfg; local
140 tcfg = CHAIN_TO_TCFG(ch);
141 TAILQ_FOREACH(os, &tcfg->state_list, next)
148 struct tables_config *tcfg; local
150 tcfg = CHAIN_TO_TCFG(ch);
151 TAILQ_INSERT_HEAD(&tcfg->state_list, &ts->opstate, next);
157 struct tables_config *tcfg; local
159 tcfg = CHAIN_TO_TCFG(ch);
160 TAILQ_REMOVE(&tcfg->state_list, &ts->opstate, next);
2532 find_table_algo(struct tables_config *tcfg, struc argument
2589 struct tables_config *tcfg; local
2632 struct tables_config *tcfg; local
2662 struct tables_config *tcfg; local
3273 struct tables_config *tcfg; local
[all...]
H A Dip_fw_nat.c492 struct cfg_nat *ptr, *tcfg; local
542 tcfg = NULL;
544 tcfg = lookup_nat_name(&chain->nat, ucfg->name);
546 if (tcfg != NULL)
547 LIST_REMOVE(tcfg, _next);
554 if (tcfg != NULL)
/freebsd-11.0-release/sys/dev/bxe/
H A Dbxe.c9841 struct tstorm_eth_function_common_config *tcfg,
9850 ecore_storm_memset_struct(sc, addr, size, (uint32_t *)tcfg);
9857 struct tstorm_eth_function_common_config tcfg = { 0 }; local
9860 storm_memset_func_cfg(sc, &tcfg, p->func_id);
9840 storm_memset_func_cfg(struct bxe_softc *sc, struct tstorm_eth_function_common_config *tcfg, uint16_t abs_fid) argument

Completed in 283 milliseconds