tag | line | file | source code |
---|---|---|---|
tfp | 683 | net/ipv4/ip.c | struct ipfrag *tfp; |
tfp | 787 | net/ipv4/ip.c | for(tmp=next; tmp != NULL; tmp = tfp) |
tfp | 789 | net/ipv4/ip.c | tfp = tmp->next; |
tfp | 808 | net/ipv4/ip.c | if (tfp->next != NULL) |
tfp | 811 | net/ipv4/ip.c | next=tfp; /* We have killed the original next frame */ |
tfp | 822 | net/ipv4/ip.c | tfp = NULL; |
tfp | 823 | net/ipv4/ip.c | tfp = ip_frag_create(offset, end, skb, ptr); |
tfp | 829 | net/ipv4/ip.c | if (!tfp) |
tfp | 835 | net/ipv4/ip.c | tfp->prev = prev; |
tfp | 836 | net/ipv4/ip.c | tfp->next = next; |
tfp | 838 | net/ipv4/ip.c | prev->next = tfp; |
tfp | 840 | net/ipv4/ip.c | qp->fragments = tfp; |
tfp | 843 | net/ipv4/ip.c | next->prev = tfp; |