taglinefilesource code
ptype_base214include/linux/netdevice.hextern struct packet_type *ptype_base[16];
ptype_base90net/core/dev.cstruct packet_type *ptype_base[16];
ptype_base158net/core/dev.cpt->next = ptype_base[hash];
ptype_base159net/core/dev.cptype_base[hash] = pt;
ptype_base177net/core/dev.cpt1=&ptype_base[ntohs(pt->type)&15];
ptype_base636net/core/dev.cfor (ptype = ptype_base[ntohs(type)&15]; ptype != NULL; ptype = ptype->next)