Searched refs:PTYPE_HASH_MASK (Results 1 - 3 of 3) sorted by path

/linux-master/include/linux/
H A Dnetdevice.h5201 #define PTYPE_HASH_MASK (PTYPE_HASH_SIZE - 1) macro
/linux-master/net/core/
H A Ddev.c573 &ptype_base[ntohs(pt->type) & PTYPE_HASH_MASK];
5577 PTYPE_HASH_MASK]);
H A Dnet-procfs.c247 hash = ntohs(pt->type) & PTYPE_HASH_MASK;

Completed in 495 milliseconds