Home
last modified time | relevance | path

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

/linux-6.15/net/ieee802154/6lowpan/
H A Dreassembly.c112 ((fq->q.flags & INET_FRAG_LAST_IN) && end != fq->q.len)) in lowpan_frag_queue()
114 fq->q.flags |= INET_FRAG_LAST_IN; in lowpan_frag_queue()
119 if (fq->q.flags & INET_FRAG_LAST_IN) in lowpan_frag_queue()
143 if (fq->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in lowpan_frag_queue()
/linux-6.15/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c211 ((fq->q.flags & INET_FRAG_LAST_IN) && end != fq->q.len)) { in nf_ct_frag6_queue()
215 fq->q.flags |= INET_FRAG_LAST_IN; in nf_ct_frag6_queue()
231 if (fq->q.flags & INET_FRAG_LAST_IN) { in nf_ct_frag6_queue()
287 if (fq->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in nf_ct_frag6_queue()
/linux-6.15/net/ipv6/
H A Dreassembly.c153 ((fq->q.flags & INET_FRAG_LAST_IN) && end != fq->q.len)) in ip6_frag_queue()
155 fq->q.flags |= INET_FRAG_LAST_IN; in ip6_frag_queue()
170 if (fq->q.flags & INET_FRAG_LAST_IN) in ip6_frag_queue()
219 if (fq->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in ip6_frag_queue()
/linux-6.15/net/ipv4/
H A Dip_fragment.c308 ((qp->q.flags & INET_FRAG_LAST_IN) && end != qp->q.len)) in ip_frag_queue()
310 qp->q.flags |= INET_FRAG_LAST_IN; in ip_frag_queue()
320 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-6.15/include/net/
H A Dinet_frag.h42 INET_FRAG_LAST_IN = BIT(1), enumerator