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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dneighbour.c283 static struct neighbour **neigh_hash_alloc(unsigned int entries) function
315 new_hash = neigh_hash_alloc(new_entries);
1364 tbl->hash_buckets = neigh_hash_alloc(tbl->hash_mask + 1);

Completed in 27 milliseconds