Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_init.c168 if (sctp->sctp_prsctp_aware && sctps->sctps_prsctp_enabled) in sctp_init_mp()
218 if (sctp->sctp_prsctp_aware && sctps->sctps_prsctp_enabled) in sctp_init_mp()
H A Dsctp_conn.c93 listener->sctp_prsctp_aware && sctps->sctps_prsctp_enabled) { in sctp_accept_comm()
94 acceptor->sctp_prsctp_aware = B_TRUE; in sctp_accept_comm()
96 acceptor->sctp_prsctp_aware = B_FALSE; in sctp_accept_comm()
H A Dsctp_impl.h346 ((sctp)->sctp_prsctp_aware && ((mhdr)->smh_flags & MSG_PR_SCTP))) && \
797 sctp_prsctp_aware : 1, /* is peer PR-SCTP aware? */ member
837 #define sctp_prsctp_aware sctp_bits.sctp_prsctp_aware macro
H A Dsctp_cookie.c582 sctp->sctp_prsctp_aware && sctps->sctps_prsctp_enabled) { in sctp_send_initack()
723 sctp->sctp_prsctp_aware && sctps->sctps_prsctp_enabled) { in sctp_send_initack()
1084 if (!(sctp_options & SCTP_PRSCTP_OPTION) && sctp->sctp_prsctp_aware) in sctp_send_cookie_echo()
1085 sctp->sctp_prsctp_aware = B_FALSE; in sctp_send_cookie_echo()
H A Dsctp_notify.c145 sacp->sac_flags = sctp->sctp_prsctp_aware ? SCTP_PRSCTP_CAPABLE : 0; in sctp_assoc_event()
H A Dsctp_output.c1722 if (sctp->sctp_prsctp_aware && ftsn_check) { in sctp_rexmit()
1724 ASSERT(sctp->sctp_prsctp_aware); in sctp_rexmit()
1743 if (meta != NULL && sctp->sctp_prsctp_aware) { in sctp_rexmit()
H A Dsctp_opt_data.c934 *i1 = sctp->sctp_prsctp_aware ? 1 : 0; in sctp_get_opt()
1264 sctp->sctp_prsctp_aware = onoff; in sctp_set_opt()
H A Dsctp.c918 sctp->sctp_prsctp_aware = B_FALSE; in sctp_init_values()
H A Dsctp_input.c2062 if (sctp->sctp_prsctp_aware && in sctp_cumack()
3078 if (sctp->sctp_prsctp_aware) in sctp_got_sack()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c596 mdb_printf("\tprsctp_aware\t\t%d\n", sctp->sctp_prsctp_aware); in show_sctp_flags()