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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinet_frag.h31 #define INET_FRAG_LAST_IN 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c220 ((fq->q.last_in & INET_FRAG_LAST_IN) && end != fq->q.len)) {
224 fq->q.last_in |= INET_FRAG_LAST_IN;
239 if (fq->q.last_in & INET_FRAG_LAST_IN) {
573 if (fq->q.last_in == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dip_fragment.c338 ((qp->q.last_in & INET_FRAG_LAST_IN) && end != qp->q.len))
340 qp->q.last_in |= INET_FRAG_LAST_IN;
350 if (qp->q.last_in & INET_FRAG_LAST_IN)
459 if (qp->q.last_in == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dreassembly.c289 ((fq->q.last_in & INET_FRAG_LAST_IN) && end != fq->q.len))
291 fq->q.last_in |= INET_FRAG_LAST_IN;
309 if (fq->q.last_in & INET_FRAG_LAST_IN)
389 if (fq->q.last_in == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) &&

Completed in 98 milliseconds