ipq                78 net/ipv4/ip_fragment.c static int ip_frag_reasm(struct ipq *qp, struct sk_buff *skb,
ipq                84 net/ipv4/ip_fragment.c 	struct ipq *qp = container_of(q, struct ipq, q);
ipq                98 net/ipv4/ip_fragment.c 	struct ipq *qp;
ipq               100 net/ipv4/ip_fragment.c 	qp = container_of(q, struct ipq, q);
ipq               108 net/ipv4/ip_fragment.c static void ipq_put(struct ipq *ipq)
ipq               110 net/ipv4/ip_fragment.c 	inet_frag_put(&ipq->q);
ipq               116 net/ipv4/ip_fragment.c static void ipq_kill(struct ipq *ipq)
ipq               118 net/ipv4/ip_fragment.c 	inet_frag_kill(&ipq->q);
ipq               139 net/ipv4/ip_fragment.c 	struct ipq *qp;
ipq               142 net/ipv4/ip_fragment.c 	qp = container_of(frag, struct ipq, q);
ipq               203 net/ipv4/ip_fragment.c static struct ipq *ip_find(struct net *net, struct iphdr *iph,
ipq               220 net/ipv4/ip_fragment.c 	return container_of(q, struct ipq, q);
ipq               224 net/ipv4/ip_fragment.c static int ip_frag_too_far(struct ipq *qp)
ipq               247 net/ipv4/ip_fragment.c static int ip_frag_reinit(struct ipq *qp)
ipq               272 net/ipv4/ip_fragment.c static int ip_frag_queue(struct ipq *qp, struct sk_buff *skb)
ipq               396 net/ipv4/ip_fragment.c static bool ip_frag_coalesce_ok(const struct ipq *qp)
ipq               402 net/ipv4/ip_fragment.c static int ip_frag_reasm(struct ipq *qp, struct sk_buff *skb,
ipq               478 net/ipv4/ip_fragment.c 	struct ipq *qp;
ipq               743 net/ipv4/ip_fragment.c 	ip4_frags.qsize = sizeof(struct ipq);
ipq              1600 net/iucv/iucv.c 	struct iucv_path_quiesced *ipq = (void *) data;
ipq              1601 net/iucv/iucv.c 	struct iucv_path *path = iucv_path_table[ipq->ippathid];
ipq              1604 net/iucv/iucv.c 		path->handler->path_quiesced(path, ipq->ipuser);