taglinefilesource code
IP_DF248net/ipv4/ip_forward.cif (skb->len+encap > dev2->mtu && (ntohs(iph->frag_off) & IP_DF)) 
IP_DF654net/ipv4/ip_fragment.cif (ntohs(iph->frag_off) & IP_DF)
IP_DF1105net/ipv4/tcp.cskb->ip_hdr->frag_off |= htons(IP_DF);
IP_DF276net/ipv4/tcp_output.ciph->frag_off &= ~htons(IP_DF);
IP_DF385net/ipv4/tcp_output.ciph->frag_off &= ~htons(IP_DF);