tag | line | file | source code |
ipq | 516 | net/inet/ip.c | static struct ipq *ipqueue = NULL; /* IP fragment queue */ |
ipq | 545 | net/inet/ip.c | static struct ipq *ip_find(struct iphdr *iph) |
ipq | 547 | net/inet/ip.c | struct ipq *qp; |
ipq | 548 | net/inet/ip.c | struct ipq *qplast; |
ipq | 573 | net/inet/ip.c | static void ip_free(struct ipq *qp) |
ipq | 618 | net/inet/ip.c | kfree_s(qp, sizeof(struct ipq)); |
ipq | 628 | net/inet/ip.c | struct ipq *qp; |
ipq | 630 | net/inet/ip.c | qp = (struct ipq *)arg; |
ipq | 654 | net/inet/ip.c | static struct ipq *ip_create(struct sk_buff *skb, struct iphdr *iph, struct device *dev) |
ipq | 656 | net/inet/ip.c | struct ipq *qp; |
ipq | 660 | net/inet/ip.c | qp = (struct ipq *) kmalloc(sizeof(struct ipq), GFP_ATOMIC); |
ipq | 666 | net/inet/ip.c | memset(qp, 0, sizeof(struct ipq)); |
ipq | 674 | net/inet/ip.c | kfree_s(qp, sizeof(struct ipq)); |
ipq | 685 | net/inet/ip.c | kfree_s(qp, sizeof(struct ipq)); |
ipq | 718 | net/inet/ip.c | static int ip_done(struct ipq *qp) |
ipq | 744 | net/inet/ip.c | static struct sk_buff *ip_glue(struct ipq *qp) |
ipq | 813 | 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; |