Home
last modified time | relevance | path

Searched refs:sctp_send_adaptation (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_init.c130 if (!sctp->sctp_send_adaptation) { in sctp_adaptation_code_param()
163 if (sctp->sctp_send_adaptation) { in sctp_init_mp()
H A Dsctp_impl.h790 sctp_send_adaptation : 1, /* send adaptation layer ind */ member
832 #define sctp_send_adaptation sctp_bits.sctp_send_adaptation macro
H A Dsctp.c868 sctp->sctp_send_adaptation = psctp->sctp_send_adaptation; in sctp_init_values()
H A Dsctp_cookie.c579 if (sctp->sctp_send_adaptation) in sctp_send_initack()
H A Dsctp_opt_data.c1190 sctp->sctp_send_adaptation = 1; in sctp_set_opt()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c589 mdb_printf("\tsend_adaptation\t\t%d\n", sctp->sctp_send_adaptation); in show_sctp_flags()