| tag | line | file | source code |
| ipq | 562 | net/inet/ip.c | static struct ipq *ipqueue = NULL; /* IP fragment queue */ |
| ipq | 596 | net/inet/ip.c | static struct ipq *ip_find(struct iphdr *iph) |
| ipq | 598 | net/inet/ip.c | struct ipq *qp; |
| ipq | 599 | net/inet/ip.c | struct ipq *qplast; |
| ipq | 624 | net/inet/ip.c | static void ip_free(struct ipq *qp) |
| ipq | 669 | net/inet/ip.c | kfree_s(qp, sizeof(struct ipq)); |
| ipq | 680 | net/inet/ip.c | struct ipq *qp; |
| ipq | 682 | net/inet/ip.c | qp = (struct ipq *)arg; |
| ipq | 709 | net/inet/ip.c | static struct ipq *ip_create(struct sk_buff *skb, struct iphdr *iph, struct device *dev) |
| ipq | 711 | net/inet/ip.c | struct ipq *qp; |
| ipq | 715 | net/inet/ip.c | qp = (struct ipq *) kmalloc(sizeof(struct ipq), GFP_ATOMIC); |
| ipq | 722 | net/inet/ip.c | memset(qp, 0, sizeof(struct ipq)); |
| ipq | 736 | net/inet/ip.c | kfree_s(qp, sizeof(struct ipq)); |
| ipq | 750 | net/inet/ip.c | kfree_s(qp, sizeof(struct ipq)); |
| ipq | 785 | net/inet/ip.c | static int ip_done(struct ipq *qp) |
| ipq | 819 | net/inet/ip.c | static struct sk_buff *ip_glue(struct ipq *qp) |
| ipq | 895 | net/inet/ip.c | struct ipq *qp; |
| ipq | 60 | net/inet/ip.h | struct ipq *next; /* linked list pointers */ |
| ipq | 61 | net/inet/ip.h | struct ipq *prev; |