Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dinet_frag.h27 INET_FRAG_FIRST_IN = BIT(0), enumerator
/linux-4.1.27/net/ipv6/
Dreassembly.c156 if (!(fq->q.flags & INET_FRAG_FIRST_IN) || !fq->q.fragments) in ip6_expire_frag_queue()
344 fq->q.flags |= INET_FRAG_FIRST_IN; in ip6_frag_queue()
347 if (fq->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in ip6_frag_queue()
/linux-4.1.27/net/ipv4/
Dip_fragment.c202 if (!(qp->q.flags & INET_FRAG_FIRST_IN) || !qp->q.fragments) in ip_expire()
475 qp->q.flags |= INET_FRAG_FIRST_IN; in ip_frag_queue()
481 if (qp->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in ip_frag_queue()
/linux-4.1.27/net/ieee802154/6lowpan/
Dreassembly.c206 fq->q.flags |= INET_FRAG_FIRST_IN; in lowpan_frag_queue()
212 if (fq->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in lowpan_frag_queue()
/linux-4.1.27/net/ipv6/netfilter/
Dnf_conntrack_reasm.c359 fq->q.flags |= INET_FRAG_FIRST_IN; in nf_ct_frag6_queue()
622 if (fq->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in nf_ct_frag6_gather()