Home
last modified time | relevance | path

Searched refs:ipq (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Dip_fragment.c61 struct ipq { struct
78 static int ip_frag_reasm(struct ipq *qp, struct sk_buff *skb, argument
85 struct ipq *qp = container_of(q, struct ipq, q); in ip4_frag_init()
104 struct ipq *qp; in ip4_frag_free()
106 qp = container_of(q, struct ipq, q); in ip4_frag_free()
130 struct ipq *qp; in ip_expire()
133 qp = container_of(frag, struct ipq, q); in ip_expire()
199 static struct ipq *ip_find(struct net *net, struct iphdr *iph, in ip_find()
216 return container_of(q, struct ipq, q); in ip_find()
220 static int ip_frag_too_far(struct ipq *qp) in ip_frag_too_far()
[all …]