INET_FRAG_FIRST_IN 205 net/ipv4/ip_fragment.c if ((qp->q.last_in & INET_FRAG_FIRST_IN) && qp->q.fragments != NULL) { INET_FRAG_FIRST_IN 444 net/ipv4/ip_fragment.c qp->q.last_in |= INET_FRAG_FIRST_IN; INET_FRAG_FIRST_IN 446 net/ipv4/ip_fragment.c if (qp->q.last_in == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && INET_FRAG_FIRST_IN 363 net/ipv6/netfilter/nf_conntrack_reasm.c fq->q.last_in |= INET_FRAG_FIRST_IN; INET_FRAG_FIRST_IN 625 net/ipv6/netfilter/nf_conntrack_reasm.c if (fq->q.last_in == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) && INET_FRAG_FIRST_IN 221 net/ipv6/reassembly.c if (!(fq->q.last_in & INET_FRAG_FIRST_IN) || !fq->q.fragments) INET_FRAG_FIRST_IN 424 net/ipv6/reassembly.c fq->q.last_in |= INET_FRAG_FIRST_IN; INET_FRAG_FIRST_IN 427 net/ipv6/reassembly.c if (fq->q.last_in == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) &&