tag | line | file | source code |
---|---|---|---|
tfp | 812 | net/inet/ip.c | struct ipfrag *tfp; |
tfp | 895 | net/inet/ip.c | for(; next != NULL; next = tfp) |
tfp | 897 | net/inet/ip.c | tfp = next->next; |
tfp | 916 | net/inet/ip.c | if (tfp->next != NULL) |
tfp | 925 | net/inet/ip.c | tfp = NULL; |
tfp | 926 | net/inet/ip.c | tfp = ip_frag_create(offset, end, skb, ptr); |
tfp | 927 | net/inet/ip.c | tfp->prev = prev; |
tfp | 928 | net/inet/ip.c | tfp->next = next; |
tfp | 930 | net/inet/ip.c | prev->next = tfp; |
tfp | 932 | net/inet/ip.c | qp->fragments = tfp; |
tfp | 935 | net/inet/ip.c | next->prev = tfp; |