Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_iface.c112 iif = (struct ipfw_iface*)ipfw_objhash_lookup_name(ii, 0, in ipfw_kifhandler()
315 iif = (struct ipfw_iface *)ipfw_objhash_lookup_name(ii, 0, name); in ipfw_iface_ref()
341 tmp = (struct ipfw_iface *)ipfw_objhash_lookup_name(ii, 0, name); in ipfw_iface_ref()
H A Dip_fw_table_value.c500 ptv = (struct table_val_link *)ipfw_objhash_lookup_name(vi, 0, in ipfw_link_table_values()
565 ptv = (struct table_val_link *)ipfw_objhash_lookup_name(vi, 0, in ipfw_link_table_values()
H A Dip_fw_private.h713 struct named_object *ipfw_objhash_lookup_name(struct namedobj_instance *ni,
H A Dip_fw_table_algo.c2234 tmp = (struct ifentry *)ipfw_objhash_lookup_name(icfg->ii, 0, ifname); in ta_add_ifidx()
2314 ife = (struct ifentry *)ipfw_objhash_lookup_name(icfg->ii, 0, ifname); in ta_del_ifidx()
2538 ife = (struct ifentry *)ipfw_objhash_lookup_name(icfg->ii, 0, ifname); in ta_find_ifidx_tentry()
H A Dip_fw_sockopt.c4395 ipfw_objhash_lookup_name(struct namedobj_instance *ni, uint32_t set, char *name) in ipfw_objhash_lookup_name() function
4483 *pno = ipfw_objhash_lookup_name(ni, set, name); in ipfw_objhash_find_type()
H A Dip_fw_table.c3125 no = ipfw_objhash_lookup_name(ni, set, name); in find_table_err()