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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dneighbour.h132 #define PNEIGH_HASHMASK 0xF macro
169 struct pneigh_entry *phash_buckets[PNEIGH_HASHMASK+1];
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dneighbour.h132 #define PNEIGH_HASHMASK 0xF macro
169 struct pneigh_entry *phash_buckets[PNEIGH_HASHMASK+1];
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dneighbour.c346 hash_val &= PNEIGH_HASHMASK;
391 hash_val &= PNEIGH_HASHMASK;
412 for (h=0; h<=PNEIGH_HASHMASK; h++) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Darp.c1172 for (i=0; i<=PNEIGH_HASHMASK; i++) {

Completed in 55 milliseconds