taglinefilesource code
ptype_base209include/linux/netdevice.hextern struct packet_type *ptype_base[16];
ptype_base79net/core/dev.cstruct packet_type *ptype_base[16];
ptype_base153net/core/dev.cpt->next = ptype_base[hash];
ptype_base154net/core/dev.cptype_base[hash] = pt;
ptype_base172net/core/dev.cpt1=&ptype_base[ntohs(pt->type)&15];
ptype_base679net/core/dev.cfor (ptype = ptype_base[ntohs(type)&15]; ptype != NULL; ptype = ptype->next)