Home
last modified time | relevance | path

Searched refs:INET_FRAG_LAST_IN (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/net/ieee802154/6lowpan/
H 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()
/kernel/linux/linux-5.10/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c209 ((fq->q.flags & INET_FRAG_LAST_IN) && end != fq->q.len)) { in nf_ct_frag6_queue()
213 fq->q.flags |= INET_FRAG_LAST_IN; in nf_ct_frag6_queue()
229 if (fq->q.flags & INET_FRAG_LAST_IN) { in nf_ct_frag6_queue()
284 if (fq->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in nf_ct_frag6_queue()
/kernel/linux/linux-6.6/net/ieee802154/6lowpan/
H 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()
140 if (fq->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in lowpan_frag_queue()
/kernel/linux/linux-6.6/net/ipv6/netfilter/
H 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()
282 if (fq->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in nf_ct_frag6_queue()
/kernel/linux/linux-5.10/net/ipv4/
H A Dip_fragment.c310 ((qp->q.flags & INET_FRAG_LAST_IN) && end != qp->q.len)) in ip_frag_queue()
312 qp->q.flags |= INET_FRAG_LAST_IN; in ip_frag_queue()
322 if (qp->q.flags & INET_FRAG_LAST_IN) in ip_frag_queue()
367 if (qp->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in ip_frag_queue()
/kernel/linux/linux-5.10/net/ipv6/
H 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()
/kernel/linux/linux-6.6/net/ipv4/
H A Dip_fragment.c316 ((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()
/kernel/linux/linux-6.6/net/ipv6/
H A Dreassembly.c152 ((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()
/kernel/linux/linux-5.10/include/net/
H A Dinet_frag.h30 * @INET_FRAG_LAST_IN: final fragment has arrived
36 INET_FRAG_LAST_IN = BIT(1), enumerator
/kernel/linux/linux-6.6/include/net/
H A Dinet_frag.h35 * @INET_FRAG_LAST_IN: final fragment has arrived
42 INET_FRAG_LAST_IN = BIT(1), enumerator

Completed in 8 milliseconds