tag | line | file | source code |
ipfrag | 605 | net/inet/ip.c | static struct ipfrag *ip_frag_create(int offset, int end, struct sk_buff *skb, unsigned char *ptr) |
ipfrag | 607 | net/inet/ip.c | struct ipfrag *fp; |
ipfrag | 609 | net/inet/ip.c | fp = (struct ipfrag *) kmalloc(sizeof(struct ipfrag), GFP_ATOMIC); |
ipfrag | 615 | net/inet/ip.c | memset(fp, 0, sizeof(struct ipfrag)); |
ipfrag | 663 | net/inet/ip.c | struct ipfrag *fp; |
ipfrag | 664 | net/inet/ip.c | struct ipfrag *xp; |
ipfrag | 695 | net/inet/ip.c | kfree_s(fp, sizeof(struct ipfrag)); |
ipfrag | 824 | net/inet/ip.c | struct ipfrag *fp; |
ipfrag | 860 | net/inet/ip.c | struct ipfrag *fp; |
ipfrag | 930 | net/inet/ip.c | struct ipfrag *prev, *next; |
ipfrag | 931 | net/inet/ip.c | struct ipfrag *tfp; |
ipfrag | 1061 | net/inet/ip.c | kfree_s(next, sizeof(struct ipfrag)); |
ipfrag | 55 | net/inet/ip.h | struct ipfrag *next; /* linked list pointers */ |
ipfrag | 56 | net/inet/ip.h | struct ipfrag *prev; |
ipfrag | 67 | net/inet/ip.h | struct ipfrag *fragments; /* linked list of received fragments */ |