taglinefilesource code
pt1171net/core/dev.cstruct packet_type **pt1;
pt1175net/core/dev.cpt1=&ptype_all;
pt1178net/core/dev.cpt1=&ptype_base[ntohs(pt->type)&15];
pt1179net/core/dev.cfor(; (*pt1)!=NULL; pt1=&((*pt1)->next))
pt1181net/core/dev.cif(pt==(*pt1))
pt1183net/core/dev.c*pt1=pt->next;