taglinefilesource code
tfp895net/inet/ip.cstruct ipfrag *tfp;
tfp999net/inet/ip.cfor(; next != NULL; next = tfp)
tfp1001net/inet/ip.ctfp = next->next;
tfp1021net/inet/ip.cif (tfp->next != NULL)
tfp1033net/inet/ip.ctfp = NULL;
tfp1034net/inet/ip.ctfp = ip_frag_create(offset, end, skb, ptr);
tfp1040net/inet/ip.cif (!tfp)
tfp1046net/inet/ip.ctfp->prev = prev;
tfp1047net/inet/ip.ctfp->next = next;
tfp1049net/inet/ip.cprev->next = tfp;
tfp1051net/inet/ip.cqp->fragments = tfp;
tfp1054net/inet/ip.cnext->prev = tfp;