Home
last modified time | relevance | path

Searched refs:INET_FRAG_FIRST_IN (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dipv6_frag.h88 if (!(fq->q.flags & INET_FRAG_FIRST_IN)) in ip6frag_expire_frag_queue()
H A Dinet_frag.h29 * @INET_FRAG_FIRST_IN: first fragment has arrived
35 INET_FRAG_FIRST_IN = BIT(0), enumerator
/kernel/linux/linux-6.6/include/net/
H A Dinet_frag.h34 * @INET_FRAG_FIRST_IN: first fragment has arrived
41 INET_FRAG_FIRST_IN = BIT(0), enumerator
H A Dipv6_frag.h90 if (!(fq->q.flags & INET_FRAG_FIRST_IN)) in ip6frag_expire_frag_queue()
/kernel/linux/linux-5.10/net/ipv4/
H A Dip_fragment.c160 if (!(qp->q.flags & INET_FRAG_FIRST_IN)) in ip_expire()
356 qp->q.flags |= INET_FRAG_FIRST_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-6.6/net/ipv4/
H A Dip_fragment.c161 if (!(qp->q.flags & INET_FRAG_FIRST_IN)) in ip_expire()
363 qp->q.flags |= INET_FRAG_FIRST_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-5.10/net/ieee802154/6lowpan/
H A Dreassembly.c134 fq->q.flags |= INET_FRAG_FIRST_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.c281 fq->q.flags |= INET_FRAG_FIRST_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.c135 fq->q.flags |= INET_FRAG_FIRST_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.c279 fq->q.flags |= INET_FRAG_FIRST_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/ipv6/
H A Dreassembly.c210 fq->q.flags |= INET_FRAG_FIRST_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/ipv6/
H A Dreassembly.c215 fq->q.flags |= INET_FRAG_FIRST_IN; in ip6_frag_queue()
218 if (fq->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in ip6_frag_queue()

Completed in 8 milliseconds