Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp_error.c271 ixa->ixa_flags &= ~IXAF_VERIFY_PMTU; in sctp_send_abort()
H A Dsctp.c1397 IXAF_VERIFY_PMTU; in sctp_create()
2103 IXAF_VERIFY_PMTU; in sctp_conn_init()
H A Dsctp_cookie.c613 ixa->ixa_flags &= ~IXAF_VERIFY_PMTU; in sctp_send_initack()
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip_output.c629 if (ixa->ixa_flags & IXAF_VERIFY_PMTU) { in ip_verify_dce()
H A Dip6.c2233 if (ixa->ixa_flags & IXAF_VERIFY_PMTU) in ip_set_destination_v6()
H A Dip.c3626 if (ixa->ixa_flags & IXAF_VERIFY_PMTU) in ip_set_destination_v4()
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c1453 IXAF_VERIFY_PMTU | IXAF_VERIFY_LSO)) == in tcp_input_listener()
1455 IXAF_VERIFY_PMTU | IXAF_VERIFY_LSO)); in tcp_input_listener()
H A Dtcp.c2672 IXAF_VERIFY_PMTU | IXAF_VERIFY_LSO; in tcp_create_common()
/titanic_50/usr/src/uts/common/inet/
H A Dip.h2216 #define IXAF_VERIFY_PMTU 0x00000020 /* ixa_pmtu/ixa_fragsize set */ macro
/titanic_50/usr/src/uts/common/inet/iptun/
H A Diptun.c808 ixa->ixa_flags |= IXAF_VERIFY_PMTU; in iptun_bind()