Searched refs:IPH_DF_HTONS (Results 1 – 8 of 8) sorted by relevance
2245 ipha->ipha_fragment_offset_and_flags |= IPH_DF_HTONS; in conn_build_hdr_template()2247 ipha->ipha_fragment_offset_and_flags &= ~IPH_DF_HTONS; in conn_build_hdr_template()2350 ipha->ipha_fragment_offset_and_flags |= IPH_DF_HTONS; in conn_prepend_hdr()2352 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
1018 IPH_DF_HTONS; in udp_icmp_input()1021 ~IPH_DF_HTONS; in udp_icmp_input()4002 IPH_DF_HTONS; in udp_output_newdst()4005 ~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()