| tag | line | file | source code |
| ipfrag | 568 | net/inet/ip.c | static struct ipfrag *ip_frag_create(int offset, int end, struct sk_buff *skb, unsigned char *ptr) |
| ipfrag | 570 | net/inet/ip.c | struct ipfrag *fp; |
| ipfrag | 572 | net/inet/ip.c | fp = (struct ipfrag *) kmalloc(sizeof(struct ipfrag), GFP_ATOMIC); |
| ipfrag | 578 | net/inet/ip.c | memset(fp, 0, sizeof(struct ipfrag)); |
| ipfrag | 626 | net/inet/ip.c | struct ipfrag *fp; |
| ipfrag | 627 | net/inet/ip.c | struct ipfrag *xp; |
| ipfrag | 658 | net/inet/ip.c | kfree_s(fp, sizeof(struct ipfrag)); |
| ipfrag | 787 | net/inet/ip.c | struct ipfrag *fp; |
| ipfrag | 823 | net/inet/ip.c | struct ipfrag *fp; |
| ipfrag | 893 | net/inet/ip.c | struct ipfrag *prev, *next; |
| ipfrag | 894 | net/inet/ip.c | struct ipfrag *tfp; |
| ipfrag | 1024 | net/inet/ip.c | kfree_s(next, sizeof(struct ipfrag)); |
| ipfrag | 47 | net/inet/ip.h | struct ipfrag *next; /* linked list pointers */ |
| ipfrag | 48 | net/inet/ip.h | struct ipfrag *prev; |
| ipfrag | 59 | net/inet/ip.h | struct ipfrag *fragments; /* linked list of received fragments */ |