taglinefilesource code
IP_DF257net/ipv4/ip_forward.cif (skb->len+encap > dev2->mtu && (ntohs(iph->frag_off) & IP_DF)) 
IP_DF640net/ipv4/ip_fragment.cif (ntohs(iph->frag_off) & IP_DF)
IP_DF1087net/ipv4/tcp.cskb->ip_hdr->frag_off |= htons(IP_DF);
IP_DF347net/ipv4/tcp_output.ciph->frag_off &= ~htons(IP_DF);
IP_DF454net/ipv4/tcp_output.ciph->frag_off &= ~htons(IP_DF);