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

/freebsd-11.0-release/sys/netpfil/ipfw/
H A Dip_fw_table.c2590 struct table_algo *ta_new; local
2604 ta_new = malloc(sizeof(struct table_algo), M_IPFW, M_WAITOK | M_ZERO);
2605 memcpy(ta_new, ta, size);
2611 tcfg->algo[++tcfg->algo_count] = ta_new;
2612 ta_new->idx = tcfg->algo_count;
2615 if ((ta_new->flags & TA_FLAG_DEFAULT) != 0 &&
2616 tcfg->def_algo[ta_new->type] == NULL)
2617 tcfg->def_algo[ta_new->type] = ta_new;
2619 *idx = ta_new
[all...]

Completed in 49 milliseconds