Home
last modified time | relevance | path

Searched refs:INET_FRAG_LAST_IN (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/net/ipv6/netfilter/
Dnf_conntrack_reasm.c222 ((fq->q.last_in & INET_FRAG_LAST_IN) && end != fq->q.len)) { in nf_ct_frag6_queue()
226 fq->q.last_in |= INET_FRAG_LAST_IN; in nf_ct_frag6_queue()
241 if (fq->q.last_in & INET_FRAG_LAST_IN) { in nf_ct_frag6_queue()
575 if (fq->q.last_in == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in nf_ct_frag6_gather()
/linux-3.3/include/net/
Dinet_frag.h31 #define INET_FRAG_LAST_IN 1 macro
/linux-3.3/net/ipv6/
Dreassembly.c286 ((fq->q.last_in & INET_FRAG_LAST_IN) && end != fq->q.len)) in ip6_frag_queue()
288 fq->q.last_in |= INET_FRAG_LAST_IN; in ip6_frag_queue()
306 if (fq->q.last_in & INET_FRAG_LAST_IN) in ip6_frag_queue()
384 if (fq->q.last_in == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in ip6_frag_queue()
/linux-3.3/net/ipv4/
Dip_fragment.c398 ((qp->q.last_in & INET_FRAG_LAST_IN) && end != qp->q.len)) in ip_frag_queue()
400 qp->q.last_in |= INET_FRAG_LAST_IN; in ip_frag_queue()
410 if (qp->q.last_in & INET_FRAG_LAST_IN) in ip_frag_queue()
520 if (qp->q.last_in == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && in ip_frag_queue()