taglinefilesource code
ptype_base184include/linux/netdevice.hextern struct packet_type *ptype_base[16];
ptype_base79net/core/dev.cstruct packet_type *ptype_base[16];
ptype_base147net/core/dev.cpt->next = ptype_base[hash];
ptype_base148net/core/dev.cptype_base[hash] = pt;
ptype_base166net/core/dev.cpt1=&ptype_base[ntohs(pt->type)&15];
ptype_base677net/core/dev.cfor (ptype = ptype_base[ntohs(type)&15]; ptype != NULL; ptype = ptype->next)