taglinefilesource code
tfp805net/inet/ip.cstruct ipfrag *tfp;
tfp888net/inet/ip.cfor(; next != NULL; next = tfp) 
tfp890net/inet/ip.ctfp = next->next;
tfp909net/inet/ip.cif (tfp->next != NULL) 
tfp918net/inet/ip.ctfp = NULL;
tfp919net/inet/ip.ctfp = ip_frag_create(offset, end, skb, ptr);
tfp920net/inet/ip.ctfp->prev = prev;
tfp921net/inet/ip.ctfp->next = next;
tfp923net/inet/ip.cprev->next = tfp;
tfp925net/inet/ip.cqp->fragments = tfp;
tfp928net/inet/ip.cnext->prev = tfp;