Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.c94 static int find_table_err(struct namedobj_instance *ni, struct tid_info *ti,
1636 error = find_table_err(CHAIN_TO_NI(ch), &ti, &tc); in ipfw_ref_table()
2834 error = find_table_err(CHAIN_TO_NI(ch), ti, &tc); in table_findbyname()
3098 find_table_err(struct namedobj_instance *ni, struct tid_info *ti, in find_table_err() function
3143 if (find_table_err(ni, ti, &tc) != 0) in find_table()