Searched refs:INET_FRAG_LAST_IN (Results 1 – 5 of 5) sorted by relevance
109 ((fq->q.flags & INET_FRAG_LAST_IN) && end != fq->q.len)) in lowpan_frag_queue()111 fq->q.flags |= INET_FRAG_LAST_IN; in lowpan_frag_queue()116 if (fq->q.flags & INET_FRAG_LAST_IN) in lowpan_frag_queue()140 if (fq->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in lowpan_frag_queue()
210 ((fq->q.flags & INET_FRAG_LAST_IN) && end != fq->q.len)) { in nf_ct_frag6_queue()214 fq->q.flags |= INET_FRAG_LAST_IN; in nf_ct_frag6_queue()230 if (fq->q.flags & INET_FRAG_LAST_IN) { in nf_ct_frag6_queue()286 if (fq->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in nf_ct_frag6_queue()
152 ((fq->q.flags & INET_FRAG_LAST_IN) && end != fq->q.len)) in ip6_frag_queue()154 fq->q.flags |= INET_FRAG_LAST_IN; in ip6_frag_queue()169 if (fq->q.flags & INET_FRAG_LAST_IN) in ip6_frag_queue()218 if (fq->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in ip6_frag_queue()
316 ((qp->q.flags & INET_FRAG_LAST_IN) && end != qp->q.len)) in ip_frag_queue()318 qp->q.flags |= INET_FRAG_LAST_IN; in ip_frag_queue()328 if (qp->q.flags & INET_FRAG_LAST_IN) in ip_frag_queue()374 if (qp->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in ip_frag_queue()
42 INET_FRAG_LAST_IN = BIT(1), enumerator