Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dip_fragment.c159 if (!(qp->q.flags & INET_FRAG_FIRST_IN)) in ip_expire()
355 qp->q.flags |= INET_FRAG_FIRST_IN; in ip_frag_queue()
366 if (qp->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in ip_frag_queue()
/linux/include/net/
A Dinet_frag.h36 INET_FRAG_FIRST_IN = BIT(0), enumerator
A Dipv6_frag.h87 if (!(fq->q.flags & INET_FRAG_FIRST_IN)) in ip6frag_expire_frag_queue()
/linux/net/ieee802154/6lowpan/
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()
/linux/net/ipv6/netfilter/
A Dnf_conntrack_reasm.c278 fq->q.flags |= INET_FRAG_FIRST_IN; in nf_ct_frag6_queue()
281 if (fq->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in nf_ct_frag6_queue()
/linux/net/ipv6/
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()

Completed in 9 milliseconds