Lines Matching refs:ipq
112 struct ipq { struct
129 static int ip_frag_reasm(struct ipq *qp, struct sk_buff *skb, argument
135 struct ipq *qp = container_of(q, struct ipq, q); in ip4_frag_init()
151 struct ipq *qp; in ip4_frag_free()
153 qp = container_of(q, struct ipq, q); in ip4_frag_free()
161 static void ipq_put(struct ipq *ipq) in ipq_put() argument
163 inet_frag_put(&ipq->q); in ipq_put()
169 static void ipq_kill(struct ipq *ipq) in ipq_kill() argument
171 inet_frag_kill(&ipq->q); in ipq_kill()
192 struct ipq *qp; in ip_expire()
195 qp = container_of(frag, struct ipq, q); in ip_expire()
271 static struct ipq *ip_find(struct net *net, struct iphdr *iph, in ip_find()
288 return container_of(q, struct ipq, q); in ip_find()
292 static int ip_frag_too_far(struct ipq *qp) in ip_frag_too_far()
319 static int ip_frag_reinit(struct ipq *qp) in ip_frag_reinit()
345 static int ip_frag_queue(struct ipq *qp, struct sk_buff *skb) in ip_frag_queue()
506 static int ip_frag_reasm(struct ipq *qp, struct sk_buff *skb, in ip_frag_reasm()
674 struct ipq *qp; in ip_defrag()
959 ip4_frags.qsize = sizeof(struct ipq); in ipfrag_init()