taglinefilesource code
tfp802net/inet/ip.cstruct ipfrag *tfp;
tfp885net/inet/ip.cfor(; next != NULL; next = tfp) 
tfp887net/inet/ip.ctfp = next->next;
tfp906net/inet/ip.cif (tfp->next != NULL) 
tfp915net/inet/ip.ctfp = NULL;
tfp916net/inet/ip.ctfp = ip_frag_create(offset, end, skb, ptr);
tfp917net/inet/ip.ctfp->prev = prev;
tfp918net/inet/ip.ctfp->next = next;
tfp920net/inet/ip.cprev->next = tfp;
tfp922net/inet/ip.cqp->fragments = tfp;
tfp925net/inet/ip.cnext->prev = tfp;