tag | line | file | source code |
---|---|---|---|
tfp | 651 | net/ipv4/ip.c | struct ipfrag *tfp; |
tfp | 755 | net/ipv4/ip.c | for(tmp=next; tmp != NULL; tmp = tfp) |
tfp | 757 | net/ipv4/ip.c | tfp = tmp->next; |
tfp | 776 | net/ipv4/ip.c | if (tfp->next != NULL) |
tfp | 779 | net/ipv4/ip.c | next=tfp; /* We have killed the original next frame */ |
tfp | 790 | net/ipv4/ip.c | tfp = NULL; |
tfp | 791 | net/ipv4/ip.c | tfp = ip_frag_create(offset, end, skb, ptr); |
tfp | 797 | net/ipv4/ip.c | if (!tfp) |
tfp | 803 | net/ipv4/ip.c | tfp->prev = prev; |
tfp | 804 | net/ipv4/ip.c | tfp->next = next; |
tfp | 806 | net/ipv4/ip.c | prev->next = tfp; |
tfp | 808 | net/ipv4/ip.c | qp->fragments = tfp; |
tfp | 811 | net/ipv4/ip.c | next->prev = tfp; |