Home
last modified time | relevance | path

Searched refs:PTYPE_HASH_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/core/
H A Dnet-procfs.c279 hash = ntohs(pt->type) & PTYPE_HASH_MASK; in ptype_seq_next()
H A Ddev.c558 &ptype_base[ntohs(pt->type) & PTYPE_HASH_MASK]; in ptype_head()
5508 PTYPE_HASH_MASK]); in __netif_receive_skb_core()
/openbmc/linux/include/linux/
H A Dnetdevice.h5228 #define PTYPE_HASH_MASK (PTYPE_HASH_SIZE - 1) macro