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

/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table_value.c180 struct tables_config *tcfg; local
195 tcfg = CHAIN_TO_TCFG(ch);
197 val_size = tcfg->val_size * 2;
214 if (tcfg->val_size >= val_size)
222 memcpy(valuestate, pval, sizeof(struct table_value) * tcfg->val_size);
232 val_size_old = tcfg->val_size;
233 tcfg->val_size = val_size;
775 struct tables_config *tcfg; local
780 tcfg = ch->tblcfg;
782 tcfg
[all...]
H A Dip_fw_table.c138 struct tables_config *tcfg; local
141 tcfg = CHAIN_TO_TCFG(ch);
142 TAILQ_FOREACH(os, &tcfg->state_list, next)
149 struct tables_config *tcfg; local
151 tcfg = CHAIN_TO_TCFG(ch);
152 TAILQ_INSERT_HEAD(&tcfg->state_list, &ts->opstate, next);
158 struct tables_config *tcfg; local
160 tcfg = CHAIN_TO_TCFG(ch);
161 TAILQ_REMOVE(&tcfg->state_list, &ts->opstate, next);
2569 find_table_algo(struct tables_config *tcfg, struc argument
2626 struct tables_config *tcfg; local
2669 struct tables_config *tcfg; local
2699 struct tables_config *tcfg; local
3341 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-stable/sys/dev/bxe/
H A Dbxe.c10003 struct tstorm_eth_function_common_config *tcfg,
10012 ecore_storm_memset_struct(sc, addr, size, (uint32_t *)tcfg);
10019 struct tstorm_eth_function_common_config tcfg = { 0 }; local
10022 storm_memset_func_cfg(sc, &tcfg, p->func_id);
10002 storm_memset_func_cfg(struct bxe_softc *sc, struct tstorm_eth_function_common_config *tcfg, uint16_t abs_fid) argument

Completed in 106 milliseconds