Searched refs:hash_get (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dhash.h60 void *hash_get (struct hash *, void *, void * (*) ());
H A Dhash.c53 /* Utility function for hash_get(). When this function is specified
66 hash_get (struct hash *hash, void *data, void * (*alloc_func) ()) function
101 return hash_get (hash, data, NULL);
H A Dif_rmap.c106 return (struct if_rmap *) hash_get (ifrmaphash, &key, if_rmap_hash_alloc);
H A Ddistribute.c117 return hash_get (disthash, &key, distribute_hash_alloc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_ecommunity.c100 find = (struct ecommunity *) hash_get (ecomhash, &tmp,
149 find = (struct ecommunity *) hash_get (ecomhash, ecom, hash_alloc_intern);
H A Dbgp_advertise.c124 baa = (struct bgp_advertise_attr *) hash_get (hash, &ref, baa_hash_alloc);
H A Dbgp_attr.c97 cluster = hash_get (cluster_hash, &tmp, cluster_hash_alloc);
171 find = hash_get (cluster_hash, cluster, cluster_hash_alloc);
222 find = hash_get (transit_hash, transit, transit_hash_alloc);
426 find = (struct attr *) hash_get (attrhash, attr, bgp_attr_hash_alloc);
H A Dbgp_community.c302 find = (struct community *) hash_get (comhash, com, hash_alloc_intern);
H A Dbgp_aspath.c266 find = hash_get (ashash, aspath, hash_alloc_intern);
354 find = hash_get (ashash, &as, aspath_hash_alloc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ddavinci_emac.c893 * hash_get: Calculate hash value from mac address
899 static u32 hash_get(u8 *addr) function
931 u32 hash_value = hash_get(mac_addr);
973 hash_value = hash_get(mac_addr);

Completed in 58 milliseconds