Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table.c123 static struct table_algo *find_table_algo(struct tables_config *tableconf,
1880 ta = find_table_algo(CHAIN_TO_TCFG(ch), ti, aname); in create_table_internal()
2566 find_table_algo(struct tables_config *tcfg, struct tid_info *ti, char *name) in find_table_algo() function