Home
last modified time | relevance | path

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

/linux/net/ieee802154/6lowpan/
A Dreassembly.c109 ((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()
139 if (fq->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in lowpan_frag_queue()
/linux/net/ipv6/netfilter/
A Dnf_conntrack_reasm.c206 ((fq->q.flags & INET_FRAG_LAST_IN) && end != fq->q.len)) { in nf_ct_frag6_queue()
210 fq->q.flags |= INET_FRAG_LAST_IN; in nf_ct_frag6_queue()
226 if (fq->q.flags & INET_FRAG_LAST_IN) { in nf_ct_frag6_queue()
281 if (fq->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in nf_ct_frag6_queue()
/linux/net/ipv6/
A Dreassembly.c148 ((fq->q.flags & INET_FRAG_LAST_IN) && end != fq->q.len)) in ip6_frag_queue()
150 fq->q.flags |= INET_FRAG_LAST_IN; in ip6_frag_queue()
165 if (fq->q.flags & INET_FRAG_LAST_IN) in ip6_frag_queue()
213 if (fq->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in ip6_frag_queue()
/linux/net/ipv4/
A Dip_fragment.c309 ((qp->q.flags & INET_FRAG_LAST_IN) && end != qp->q.len)) in ip_frag_queue()
311 qp->q.flags |= INET_FRAG_LAST_IN; in ip_frag_queue()
321 if (qp->q.flags & INET_FRAG_LAST_IN) in ip_frag_queue()
366 if (qp->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in ip_frag_queue()
/linux/include/net/
A Dinet_frag.h37 INET_FRAG_LAST_IN = BIT(1), enumerator

Completed in 7 milliseconds