Searched refs:IPH_DF_HTONS (Results 1 – 8 of 8) sorted by relevance
2298 ipha->ipha_fragment_offset_and_flags |= IPH_DF_HTONS; in conn_build_hdr_template()2300 ipha->ipha_fragment_offset_and_flags &= ~IPH_DF_HTONS; in conn_build_hdr_template()2403 ipha->ipha_fragment_offset_and_flags |= IPH_DF_HTONS; in conn_prepend_hdr()2405 ipha->ipha_fragment_offset_and_flags &= ~IPH_DF_HTONS; in conn_prepend_hdr()
1208 IPH_DF_HTONS; in icmp_icmp_input()1211 ~IPH_DF_HTONS; in icmp_icmp_input()4625 IPH_DF_HTONS; in icmp_output_newdst()4628 ~IPH_DF_HTONS; in icmp_output_newdst()
1197 if (ipha->ipha_fragment_offset_and_flags & IPH_DF_HTONS) { in ip_forward_xmit_v4()
1730 ipha->ipha_fragment_offset_and_flags |= IPH_DF_HTONS; in icmp_send_reply_v4()
442 #define IPH_DF_HTONS 0x4000 /* Don't fragment */ macro446 #define IPH_DF_HTONS 0x0040 /* Don't fragment */ macro
1036 IPH_DF_HTONS; in udp_icmp_input()1039 ~IPH_DF_HTONS; in udp_icmp_input()4060 IPH_DF_HTONS; in udp_output_newdst()4063 ~IPH_DF_HTONS; in udp_output_newdst()
2947 outer4->ipha_fragment_offset_and_flags |= IPH_DF_HTONS; in iptun_out_process_ipv4()2949 outer4->ipha_fragment_offset_and_flags &= ~IPH_DF_HTONS; in iptun_out_process_ipv4()
1001 sctp->sctp_ipha->ipha_fragment_offset_and_flags |= IPH_DF_HTONS; in sctp_send_cookie_echo()