taglinefilesource code
pt1126net/tcp/dev.cstruct packet_type *lpt, *pt1;
pt1135net/tcp/dev.cfor (pt1 = ptype_base; pt1->next != NULL; pt1=pt1->next)
pt1137net/tcp/dev.cif (pt1->next == pt )
pt1142net/tcp/dev.cpt1->next = pt->next;
pt1147net/tcp/dev.cif (pt1->next -> type == pt ->type)
pt1149net/tcp/dev.clpt = pt1->next;