tag | line | file | source code |
ipfrag | 59 | include/net/ip.h | struct ipfrag *next; /* linked list pointers */ |
ipfrag | 60 | include/net/ip.h | struct ipfrag *prev; |
ipfrag | 75 | include/net/ip.h | struct ipfrag *fragments; /* linked list of received fragments */ |
ipfrag | 91 | net/ipv4/ip_fragment.c | static struct ipfrag *ip_frag_create(int offset, int end, struct sk_buff *skb, unsigned char *ptr) |
ipfrag | 93 | net/ipv4/ip_fragment.c | struct ipfrag *fp; |
ipfrag | 96 | net/ipv4/ip_fragment.c | fp = (struct ipfrag *) frag_kmalloc(sizeof(struct ipfrag), GFP_ATOMIC); |
ipfrag | 102 | net/ipv4/ip_fragment.c | memset(fp, 0, sizeof(struct ipfrag)); |
ipfrag | 159 | net/ipv4/ip_fragment.c | struct ipfrag *fp; |
ipfrag | 160 | net/ipv4/ip_fragment.c | struct ipfrag *xp; |
ipfrag | 191 | net/ipv4/ip_fragment.c | frag_kfree_s(fp, sizeof(struct ipfrag)); |
ipfrag | 310 | net/ipv4/ip_fragment.c | struct ipfrag *fp; |
ipfrag | 345 | net/ipv4/ip_fragment.c | struct ipfrag *fp; |
ipfrag | 411 | net/ipv4/ip_fragment.c | struct ipfrag *prev, *next, *tmp; |
ipfrag | 412 | net/ipv4/ip_fragment.c | struct ipfrag *tfp; |
ipfrag | 560 | net/ipv4/ip_fragment.c | frag_kfree_s(tmp, sizeof(struct ipfrag)); |