Home
last modified time | relevance | path

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

/linux/include/net/
H A Dipv6_frag.h90 if (!(fq->q.flags & INET_FRAG_FIRST_IN)) in ip6frag_expire_frag_queue()
H A Dinet_frag.h41 INET_FRAG_FIRST_IN = BIT(0), enumerator
/linux/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()
/linux/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c282 fq->q.flags |= INET_FRAG_FIRST_IN; in nf_ct_frag6_queue()
285 if (fq->q.flags == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in nf_ct_frag6_queue()
/linux/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()