Searched refs:IPH_DF_HTONS (Results 1 – 8 of 8) sorted by relevance
2239 ipha->ipha_fragment_offset_and_flags |= IPH_DF_HTONS; in conn_build_hdr_template()2241 ipha->ipha_fragment_offset_and_flags &= ~IPH_DF_HTONS; in conn_build_hdr_template()2344 ipha->ipha_fragment_offset_and_flags |= IPH_DF_HTONS; in conn_prepend_hdr()2346 ipha->ipha_fragment_offset_and_flags &= ~IPH_DF_HTONS; in conn_prepend_hdr()
1200 IPH_DF_HTONS; in icmp_icmp_input()1203 ~IPH_DF_HTONS; in icmp_icmp_input()4605 IPH_DF_HTONS; in icmp_output_newdst()4608 ~IPH_DF_HTONS; in icmp_output_newdst()
1190 if (ipha->ipha_fragment_offset_and_flags & IPH_DF_HTONS) { in ip_forward_xmit_v4()
1732 ipha->ipha_fragment_offset_and_flags |= IPH_DF_HTONS; in icmp_send_reply_v4()
441 #define IPH_DF_HTONS 0x4000 /* Don't fragment */ macro445 #define IPH_DF_HTONS 0x0040 /* Don't fragment */ macro
952 IPH_DF_HTONS; in udp_icmp_input()955 ~IPH_DF_HTONS; in udp_icmp_input()3909 IPH_DF_HTONS; in udp_output_newdst()3912 ~IPH_DF_HTONS; in udp_output_newdst()
2945 outer4->ipha_fragment_offset_and_flags |= IPH_DF_HTONS; in iptun_out_process_ipv4()2947 outer4->ipha_fragment_offset_and_flags &= ~IPH_DF_HTONS; in iptun_out_process_ipv4()
999 sctp->sctp_ipha->ipha_fragment_offset_and_flags |= IPH_DF_HTONS; in sctp_send_cookie_echo()