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

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table.h42 uint32_t algo_count; member in struct:tables_config
H A Dip_fw_table.c2579 if (ti->atype > tcfg->algo_count)
2591 for (i = 1; i <= tcfg->algo_count; i++) {
2646 KASSERT(tcfg->algo_count < 255, ("Increase algo array size"));
2648 tcfg->algo[++tcfg->algo_count] = ta_new;
2649 ta_new->idx = tcfg->algo_count;
2674 KASSERT(idx <= tcfg->algo_count, ("algo idx %d out of range 1..%d",
2675 idx, tcfg->algo_count));
2712 count = tcfg->algo_count;

Completed in 153 milliseconds