Searched refs:INET_FRAG_LAST_IN (Results 1 – 5 of 5) sorted by relevance
107 ((fq->q.flags & INET_FRAG_LAST_IN) && end != fq->q.len)) in lowpan_frag_queue()109 fq->q.flags |= INET_FRAG_LAST_IN; in lowpan_frag_queue()114 if (fq->q.flags & INET_FRAG_LAST_IN) in lowpan_frag_queue()160 if (fq->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in lowpan_frag_queue()
216 ((fq->q.flags & INET_FRAG_LAST_IN) && end != fq->q.len)) { in nf_ct_frag6_queue()220 fq->q.flags |= INET_FRAG_LAST_IN; in nf_ct_frag6_queue()236 if (fq->q.flags & INET_FRAG_LAST_IN) { in nf_ct_frag6_queue()589 if (fq->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in nf_ct_frag6_gather()
147 ((fq->q.flags & INET_FRAG_LAST_IN) && end != fq->q.len)) in ip6_frag_queue()149 fq->q.flags |= INET_FRAG_LAST_IN; in ip6_frag_queue()164 if (fq->q.flags & INET_FRAG_LAST_IN) in ip6_frag_queue()247 if (fq->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in ip6_frag_queue()
30 INET_FRAG_LAST_IN = BIT(1), enumerator
384 ((qp->q.flags & INET_FRAG_LAST_IN) && end != qp->q.len)) in ip_frag_queue()386 qp->q.flags |= INET_FRAG_LAST_IN; in ip_frag_queue()396 if (qp->q.flags & INET_FRAG_LAST_IN) in ip_frag_queue()483 if (qp->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in ip_frag_queue()