Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netpfil/ipfw/
Dip_fw_table.c126 static struct table_algo *find_table_algo(struct tables_config *tableconf,
1882 ta = find_table_algo(CHAIN_TO_TCFG(ch), ti, aname); in create_table_internal()
2571 find_table_algo(struct tables_config *tcfg, struct tid_info *ti, char *name) in find_table_algo() function