tag | line | file | source code |
ipq | 76 | include/net/ip.h | struct ipq *next; /* linked list pointers */ |
ipq | 77 | include/net/ip.h | struct ipq *prev; |
ipq | 46 | net/ipv4/ip_fragment.c | static struct ipq *ipqueue = NULL; /* IP fragment queue */ |
ipq | 129 | net/ipv4/ip_fragment.c | static struct ipq *ip_find(struct iphdr *iph) |
ipq | 131 | net/ipv4/ip_fragment.c | struct ipq *qp; |
ipq | 132 | net/ipv4/ip_fragment.c | struct ipq *qplast; |
ipq | 157 | net/ipv4/ip_fragment.c | static void ip_free(struct ipq *qp) |
ipq | 199 | net/ipv4/ip_fragment.c | frag_kfree_s(qp, sizeof(struct ipq)); |
ipq | 210 | net/ipv4/ip_fragment.c | struct ipq *qp; |
ipq | 212 | net/ipv4/ip_fragment.c | qp = (struct ipq *)arg; |
ipq | 253 | net/ipv4/ip_fragment.c | static struct ipq *ip_create(struct sk_buff *skb, struct iphdr *iph, struct device *dev) |
ipq | 255 | net/ipv4/ip_fragment.c | struct ipq *qp; |
ipq | 258 | net/ipv4/ip_fragment.c | qp = (struct ipq *) frag_kmalloc(sizeof(struct ipq), GFP_ATOMIC); |
ipq | 265 | net/ipv4/ip_fragment.c | memset(qp, 0, sizeof(struct ipq)); |
ipq | 276 | net/ipv4/ip_fragment.c | frag_kfree_s(qp, sizeof(struct ipq)); |
ipq | 308 | net/ipv4/ip_fragment.c | static int ip_done(struct ipq *qp) |
ipq | 341 | net/ipv4/ip_fragment.c | static struct sk_buff *ip_glue(struct ipq *qp) |
ipq | 413 | net/ipv4/ip_fragment.c | struct ipq *qp; |