Searched refs:PTYPE_HASH_MASK (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 Ddev.c174 #define PTYPE_HASH_MASK (PTYPE_HASH_SIZE - 1) macro
399 hash = ntohs(pt->type) & PTYPE_HASH_MASK;
429 head = &ptype_base[ntohs(pt->type) & PTYPE_HASH_MASK];
1789 &ptype_base[ntohs(type) & PTYPE_HASH_MASK], list) {
2929 &ptype_base[ntohs(type) & PTYPE_HASH_MASK], list) {
3035 struct list_head *head = &ptype_base[ntohs(type) & PTYPE_HASH_MASK];
3090 struct list_head *head = &ptype_base[ntohs(type) & PTYPE_HASH_MASK];
3927 hash = ntohs(pt->type) & PTYPE_HASH_MASK;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/core/
H A Ddev.c174 #define PTYPE_HASH_MASK (PTYPE_HASH_SIZE - 1) macro
399 hash = ntohs(pt->type) & PTYPE_HASH_MASK;
429 head = &ptype_base[ntohs(pt->type) & PTYPE_HASH_MASK];
1789 &ptype_base[ntohs(type) & PTYPE_HASH_MASK], list) {
2929 &ptype_base[ntohs(type) & PTYPE_HASH_MASK], list) {
3035 struct list_head *head = &ptype_base[ntohs(type) & PTYPE_HASH_MASK];
3090 struct list_head *head = &ptype_base[ntohs(type) & PTYPE_HASH_MASK];
3927 hash = ntohs(pt->type) & PTYPE_HASH_MASK;

Completed in 144 milliseconds