Searched refs:phsize (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.c1339 unsigned long phsize; local
1366 phsize = (PNEIGH_HASHMASK + 1) * sizeof(struct pneigh_entry *);
1367 tbl->phash_buckets = kzalloc(phsize, GFP_KERNEL);

Completed in 86 milliseconds