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()
1763 ixa->ixa_flags &= ~IXAF_DONTFRAG; in iptun_get_dst_pmtu()
1765 ixa->ixa_flags |= IXAF_DONTFRAG; in iptun_get_dst_pmtu()
1815 ixa->ixa_flags &= ~IXAF_DONTFRAG; in iptun_update_dst_pmtu()
1817 ixa->ixa_flags |= IXAF_DONTFRAG; in iptun_update_dst_pmtu()
2960 ixa->ixa_flags &= ~IXAF_DONTFRAG; in iptun_out_process_ipv4()
2963 ixa->ixa_flags |= IXAF_DONTFRAG; in iptun_out_process_ipv4()
3089 ixa->ixa_flags &= ~IXAF_DONTFRAG; in iptun_out_process_ipv6()
3091 ixa->ixa_flags |= IXAF_DONTFRAG; in iptun_out_process_ipv6()
3371 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.c759 *i1 = (ixa->ixa_flags & IXAF_DONTFRAG) != 0; in conn_opt_get()
974 *i1 = (ixa->ixa_flags & IXAF_DONTFRAG) != 0; in conn_opt_get()
1450 ixa->ixa_flags |= (IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF); in conn_opt_set_ip()
1453 ixa->ixa_flags &= ~(IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF); in conn_opt_set_ip()
1999 ixa->ixa_flags |= IXAF_DONTFRAG; in conn_opt_set_ipv6()
2002 ixa->ixa_flags &= ~IXAF_DONTFRAG; in conn_opt_set_ipv6()
H A Dip6_output.c1059 (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.c2006 (ixaflags & IXAF_DONTFRAG)) { in ire_send_wire_v4()
H A Dicmp.c3105 ixa->ixa_flags |= (IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF); in icmp_output_hdrincl()
3107 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()