Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table.h42 struct table_algo *def_algo[IPFW_TABLE_MAXTYPE + 1]; member
H A Dip_fw_table.c2568 return (tcfg->def_algo[ti->type]); in find_table_algo()
2635 tcfg->def_algo[ta_new->type] == NULL) in ipfw_add_table_algo()
2636 tcfg->def_algo[ta_new->type] = ta_new; in ipfw_add_table_algo()
2662 if (tcfg->def_algo[ta->type] == ta) in ipfw_del_table_algo()
2663 tcfg->def_algo[ta->type] = NULL; in ipfw_del_table_algo()