Home
last modified time | relevance | path

Searched refs:INET_FRAG_FIRST_IN (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/net/
Dipv6_frag.h86 if (!(fq->q.flags & INET_FRAG_FIRST_IN) || !head) in ip6frag_expire_frag_queue()
Dinet_frag.h29 INET_FRAG_FIRST_IN = BIT(0), enumerator
/Linux-v4.19/net/ieee802154/6lowpan/
Dreassembly.c155 fq->q.flags |= INET_FRAG_FIRST_IN; in lowpan_frag_queue()
160 if (fq->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in lowpan_frag_queue()
/Linux-v4.19/net/ipv6/netfilter/
Dnf_conntrack_reasm.c319 fq->q.flags |= INET_FRAG_FIRST_IN; in nf_ct_frag6_queue()
589 if (fq->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in nf_ct_frag6_gather()
/Linux-v4.19/net/ipv4/
Dip_fragment.c208 if (!(qp->q.flags & INET_FRAG_FIRST_IN)) in ip_expire()
472 qp->q.flags |= INET_FRAG_FIRST_IN; in ip_frag_queue()
483 if (qp->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in ip_frag_queue()
/Linux-v4.19/net/ipv6/
Dreassembly.c244 fq->q.flags |= INET_FRAG_FIRST_IN; in ip6_frag_queue()
247 if (fq->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in ip6_frag_queue()