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

/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table.c2627 struct table_algo *ta_new; local
2641 ta_new = malloc(sizeof(struct table_algo), M_IPFW, M_WAITOK | M_ZERO);
2642 memcpy(ta_new, ta, size);
2648 tcfg->algo[++tcfg->algo_count] = ta_new;
2649 ta_new->idx = tcfg->algo_count;
2652 if ((ta_new->flags & TA_FLAG_DEFAULT) != 0 &&
2653 tcfg->def_algo[ta_new->type] == NULL)
2654 tcfg->def_algo[ta_new->type] = ta_new;
2656 *idx = ta_new
[all...]

Completed in 103 milliseconds