Searched refs:INET_FRAG_DROP (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/net/
H A Dipv6_frag.h79 fq->q.flags |= INET_FRAG_DROP;
H A Dinet_frag.h38 * @INET_FRAG_DROP: if skbs must be dropped (instead of being consumed)
45 INET_FRAG_DROP = BIT(4), enumerator in enum:__anon50
/linux-master/net/ipv4/
H A Dinet_fragment.c139 fq->flags |= INET_FRAG_DROP;
298 reason = (q->flags & INET_FRAG_DROP) ?
H A Dip_fragment.c156 qp->q.flags |= INET_FRAG_DROP;

Completed in 137 milliseconds