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

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table.h44 struct table_algo *def_algo[IPFW_TABLE_MAXTYPE + 1]; member in struct:tables_config
H A Dip_fw_table.c2586 return (tcfg->def_algo[ti->type]);
2653 tcfg->def_algo[ta_new->type] == NULL)
2654 tcfg->def_algo[ta_new->type] = ta_new;
2680 if (tcfg->def_algo[ta->type] == ta)
2681 tcfg->def_algo[ta->type] = NULL;

Completed in 164 milliseconds