Searched refs:INET_FRAG_FIRST_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.h30 #define INET_FRAG_FIRST_IN 2 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.c315 fq->q.last_in |= INET_FRAG_FIRST_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.c185 if ((qp->q.last_in & INET_FRAG_FIRST_IN) && qp->q.fragments != NULL) {
457 qp->q.last_in |= INET_FRAG_FIRST_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.c213 if (!(fq->q.last_in & INET_FRAG_FIRST_IN) || !fq->q.fragments)
386 fq->q.last_in |= INET_FRAG_FIRST_IN;
389 if (fq->q.last_in == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) &&

Completed in 66 milliseconds