tag | line | file | source code |
ipq | 518 | net/inet/ip.c | static struct ipq *ipqueue = NULL; /* IP fragment queue */ |
ipq | 547 | net/inet/ip.c | static struct ipq *ip_find(struct iphdr *iph) |
ipq | 549 | net/inet/ip.c | struct ipq *qp; |
ipq | 550 | net/inet/ip.c | struct ipq *qplast; |
ipq | 575 | net/inet/ip.c | static void ip_free(struct ipq *qp) |
ipq | 620 | net/inet/ip.c | kfree_s(qp, sizeof(struct ipq)); |
ipq | 630 | net/inet/ip.c | struct ipq *qp; |
ipq | 632 | net/inet/ip.c | qp = (struct ipq *)arg; |
ipq | 656 | net/inet/ip.c | static struct ipq *ip_create(struct sk_buff *skb, struct iphdr *iph, struct device *dev) |
ipq | 658 | net/inet/ip.c | struct ipq *qp; |
ipq | 662 | net/inet/ip.c | qp = (struct ipq *) kmalloc(sizeof(struct ipq), GFP_ATOMIC); |
ipq | 668 | net/inet/ip.c | memset(qp, 0, sizeof(struct ipq)); |
ipq | 676 | net/inet/ip.c | kfree_s(qp, sizeof(struct ipq)); |
ipq | 687 | net/inet/ip.c | kfree_s(qp, sizeof(struct ipq)); |
ipq | 720 | net/inet/ip.c | static int ip_done(struct ipq *qp) |
ipq | 746 | net/inet/ip.c | static struct sk_buff *ip_glue(struct ipq *qp) |
ipq | 815 | net/inet/ip.c | struct ipq *qp; |
ipq | 56 | net/inet/ip.h | struct ipq *next; /* linked list pointers */ |
ipq | 57 | net/inet/ip.h | struct ipq *prev; |