taglinefilesource code
pt1181net/inet/dev.cstruct packet_type *lpt, *pt1;
pt1209net/inet/dev.cfor (pt1 = ptype_base; pt1->next != NULL; pt1 = pt1->next) 
pt1211net/inet/dev.cif (pt1->next == pt ) 
pt1216net/inet/dev.cpt1->next = pt->next;
pt1220net/inet/dev.cif (pt1->next->type == pt->type && pt->type != htons(ETH_P_ALL))
pt1221net/inet/dev.clpt = pt1->next;