D | ip_fragment.c | 61 struct ipq { struct 78 static int ip_frag_reasm(struct ipq *qp, struct sk_buff *skb, argument 84 struct ipq *qp = container_of(q, struct ipq, q); in ip4_frag_init() 103 struct ipq *qp; in ip4_frag_free() 105 qp = container_of(q, struct ipq, q); in ip4_frag_free() 113 static void ipq_put(struct ipq *ipq) in ipq_put() argument 115 inet_frag_put(&ipq->q); in ipq_put() 118 /* Kill ipq entry. It is not destroyed immediately, 121 static void ipq_kill(struct ipq *ipq) in ipq_kill() argument 123 inet_frag_kill(&ipq->q); in ipq_kill() [all …]
|