taglinefilesource code
tfp894net/inet/ip.cstruct ipfrag *tfp;
tfp998net/inet/ip.cfor(; next != NULL; next = tfp) 
tfp1000net/inet/ip.ctfp = next->next;
tfp1020net/inet/ip.cif (tfp->next != NULL) 
tfp1032net/inet/ip.ctfp = NULL;
tfp1033net/inet/ip.ctfp = ip_frag_create(offset, end, skb, ptr);
tfp1039net/inet/ip.cif (!tfp) 
tfp1045net/inet/ip.ctfp->prev = prev;
tfp1046net/inet/ip.ctfp->next = next;
tfp1048net/inet/ip.cprev->next = tfp;
tfp1050net/inet/ip.cqp->fragments = tfp;
tfp1053net/inet/ip.cnext->prev = tfp;