Searched refs:IXAF_DONTFRAG (Results 1 – 9 of 9) sorted by relevance
793 ixa->ixa_flags |= IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF; in iptun_bind()1762 ixa->ixa_flags &= ~IXAF_DONTFRAG; in iptun_get_dst_pmtu()1764 ixa->ixa_flags |= IXAF_DONTFRAG; in iptun_get_dst_pmtu()1814 ixa->ixa_flags &= ~IXAF_DONTFRAG; in iptun_update_dst_pmtu()1816 ixa->ixa_flags |= IXAF_DONTFRAG; in iptun_update_dst_pmtu()2959 ixa->ixa_flags &= ~IXAF_DONTFRAG; in iptun_out_process_ipv4()2962 ixa->ixa_flags |= IXAF_DONTFRAG; in iptun_out_process_ipv4()3088 ixa->ixa_flags &= ~IXAF_DONTFRAG; in iptun_out_process_ipv6()3090 ixa->ixa_flags |= IXAF_DONTFRAG; in iptun_out_process_ipv6()3370 iaflags_t dontfrag = ixa->ixa_flags & IXAF_DONTFRAG; in iptun_output_common()[all …]
732 *i1 = (ixa->ixa_flags & IXAF_DONTFRAG) != 0; in conn_opt_get()941 *i1 = (ixa->ixa_flags & IXAF_DONTFRAG) != 0; in conn_opt_get()1404 ixa->ixa_flags |= (IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF); in conn_opt_set_ip()1407 ixa->ixa_flags &= ~(IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF); in conn_opt_set_ip()1944 ixa->ixa_flags |= IXAF_DONTFRAG; in conn_opt_set_ipv6()1947 ixa->ixa_flags &= ~IXAF_DONTFRAG; in conn_opt_set_ipv6()
1053 (ixaflags & IXAF_DONTFRAG)) { in ire_send_wire_v6()
606 ixas.ixa_flags = IXAF_NO_IPSEC | IXAF_DONTFRAG | IXAF_NO_PFHOOK; in ipfil_sendpkt()
1992 (ixaflags & IXAF_DONTFRAG)) { in ire_send_wire_v4()
3098 ixa->ixa_flags |= (IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF); in icmp_output_hdrincl()3100 ixa->ixa_flags &= ~(IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF); in icmp_output_hdrincl()
1027 ixa->ixa_flags &= ~(IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF); in sctp_update_pmtu()
2215 #define IXAF_DONTFRAG 0x00000010 /* IP*_DONTFRAG */ macro
2527 ixaflags &= ~(IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF); in tcp_update_pmtu()