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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/core/
H A Dneighbour.c300 static struct neighbour **neigh_hash_alloc(unsigned int entries) function
332 new_hash = neigh_hash_alloc(new_entries);
1444 tbl->hash_buckets = neigh_hash_alloc(tbl->hash_mask + 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/core/
H A Dneighbour.c300 static struct neighbour **neigh_hash_alloc(unsigned int entries) function
332 new_hash = neigh_hash_alloc(new_entries);
1444 tbl->hash_buckets = neigh_hash_alloc(tbl->hash_mask + 1);

Completed in 325 milliseconds