tag | line | file | source code |
ipq | 77 | include/net/ip.h | struct ipq *next; /* linked list pointers */ |
ipq | 78 | include/net/ip.h | struct ipq *prev; |
ipq | 46 | net/ipv4/ip_fragment.c | static struct ipq *ipqueue = NULL; /* IP fragment queue */ |
ipq | 117 | net/ipv4/ip_fragment.c | static struct ipq *ip_find(struct iphdr *iph) |
ipq | 119 | net/ipv4/ip_fragment.c | struct ipq *qp; |
ipq | 120 | net/ipv4/ip_fragment.c | struct ipq *qplast; |
ipq | 145 | net/ipv4/ip_fragment.c | static void ip_free(struct ipq *qp) |
ipq | 187 | net/ipv4/ip_fragment.c | frag_kfree_s(qp, sizeof(struct ipq)); |
ipq | 198 | net/ipv4/ip_fragment.c | struct ipq *qp; |
ipq | 200 | net/ipv4/ip_fragment.c | qp = (struct ipq *)arg; |
ipq | 241 | net/ipv4/ip_fragment.c | static struct ipq *ip_create(struct sk_buff *skb, struct iphdr *iph, struct device *dev) |
ipq | 243 | net/ipv4/ip_fragment.c | struct ipq *qp; |
ipq | 246 | net/ipv4/ip_fragment.c | qp = (struct ipq *) frag_kmalloc(sizeof(struct ipq), GFP_ATOMIC); |
ipq | 252 | net/ipv4/ip_fragment.c | memset(qp, 0, sizeof(struct ipq)); |
ipq | 263 | net/ipv4/ip_fragment.c | frag_kfree_s(qp, sizeof(struct ipq)); |
ipq | 295 | net/ipv4/ip_fragment.c | static int ip_done(struct ipq *qp) |
ipq | 328 | net/ipv4/ip_fragment.c | static struct sk_buff *ip_glue(struct ipq *qp) |
ipq | 400 | net/ipv4/ip_fragment.c | struct ipq *qp; |