Home
last modified time | relevance | path

Searched refs:IXAF_DONTFRAG (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/common/inet/iptun/
H A Diptun.c793 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 …]
/titanic_41/usr/src/uts/common/inet/ip/
H A Dconn_opt.c732 *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()
H A Dip6_output.c1053 (ixaflags & IXAF_DONTFRAG)) { in ire_send_wire_v6()
H A Dip_ftable.c606 ixas.ixa_flags = IXAF_NO_IPSEC | IXAF_DONTFRAG | IXAF_NO_PFHOOK; in ipfil_sendpkt()
H A Dip_output.c1992 (ixaflags & IXAF_DONTFRAG)) { in ire_send_wire_v4()
H A Dicmp.c3098 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()
/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp.c1027 ixa->ixa_flags &= ~(IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF); in sctp_update_pmtu()
/titanic_41/usr/src/uts/common/inet/
H A Dip.h2215 #define IXAF_DONTFRAG 0x00000010 /* IP*_DONTFRAG */ macro
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp.c2527 ixaflags &= ~(IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF); in tcp_update_pmtu()