taglinefilesource code
pt1170net/core/dev.cstruct packet_type **pt1;
pt1174net/core/dev.cpt1=&ptype_all;
pt1177net/core/dev.cpt1=&ptype_base[ntohs(pt->type)&15];
pt1178net/core/dev.cfor(; (*pt1)!=NULL; pt1=&((*pt1)->next))
pt1180net/core/dev.cif(pt==(*pt1))
pt1182net/core/dev.c*pt1=pt->next;