| tag | line | file | source code |
|---|---|---|---|
| tfp | 896 | net/inet/ip.c | struct ipfrag *tfp; |
| tfp | 1000 | net/inet/ip.c | for(; next != NULL; next = tfp) |
| tfp | 1002 | net/inet/ip.c | tfp = next->next; |
| tfp | 1022 | net/inet/ip.c | if (tfp->next != NULL) |
| tfp | 1034 | net/inet/ip.c | tfp = NULL; |
| tfp | 1035 | net/inet/ip.c | tfp = ip_frag_create(offset, end, skb, ptr); |
| tfp | 1041 | net/inet/ip.c | if (!tfp) |
| tfp | 1047 | net/inet/ip.c | tfp->prev = prev; |
| tfp | 1048 | net/inet/ip.c | tfp->next = next; |
| tfp | 1050 | net/inet/ip.c | prev->next = tfp; |
| tfp | 1052 | net/inet/ip.c | qp->fragments = tfp; |
| tfp | 1055 | net/inet/ip.c | next->prev = tfp; |