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