Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c794 ixa->ixa_flags |= IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF; in iptun_bind()
1764 ixa->ixa_flags &= ~IXAF_DONTFRAG; in iptun_get_dst_pmtu()
1766 ixa->ixa_flags |= IXAF_DONTFRAG; in iptun_get_dst_pmtu()
1816 ixa->ixa_flags &= ~IXAF_DONTFRAG; in iptun_update_dst_pmtu()
1818 ixa->ixa_flags |= IXAF_DONTFRAG; in iptun_update_dst_pmtu()
2961 ixa->ixa_flags &= ~IXAF_DONTFRAG; in iptun_out_process_ipv4()
2964 ixa->ixa_flags |= IXAF_DONTFRAG; in iptun_out_process_ipv4()
3090 ixa->ixa_flags &= ~IXAF_DONTFRAG; in iptun_out_process_ipv6()
3092 ixa->ixa_flags |= IXAF_DONTFRAG; in iptun_out_process_ipv6()
3372 iaflags_t dontfrag = ixa->ixa_flags & IXAF_DONTFRAG; in iptun_output_common()
[all …]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dconn_opt.c758 *i1 = (ixa->ixa_flags & IXAF_DONTFRAG) != 0; in conn_opt_get()
973 *i1 = (ixa->ixa_flags & IXAF_DONTFRAG) != 0; in conn_opt_get()
1449 ixa->ixa_flags |= (IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF); in conn_opt_set_ip()
1452 ixa->ixa_flags &= ~(IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF); in conn_opt_set_ip()
1998 ixa->ixa_flags |= IXAF_DONTFRAG; in conn_opt_set_ipv6()
2001 ixa->ixa_flags &= ~IXAF_DONTFRAG; in conn_opt_set_ipv6()
H A Dip6_output.c1065 (ixaflags & IXAF_DONTFRAG)) { in ire_send_wire_v6()
H A Dip_ftable.c607 ixas.ixa_flags = IXAF_NO_IPSEC | IXAF_DONTFRAG | IXAF_NO_PFHOOK; in ipfil_sendpkt()
H A Dip_output.c2003 (ixaflags & IXAF_DONTFRAG)) { in ire_send_wire_v4()
H A Dicmp.c3106 ixa->ixa_flags |= (IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF); in icmp_output_hdrincl()
3108 ixa->ixa_flags &= ~(IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF); in icmp_output_hdrincl()
H A Dip.c3769 if (ixa->ixa_flags & (IXAF_PMTU_DISCOVERY | IXAF_DONTFRAG)) { in ip_get_pmtu()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp.c1027 ixa->ixa_flags &= ~(IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF); in sctp_update_pmtu()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h2220 #define IXAF_DONTFRAG 0x00000010 /* IP*_DONTFRAG */ macro
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c2563 ixaflags &= ~(IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF); in tcp_update_pmtu()