Home
last modified time | relevance | path

Searched refs:sctp_ulpd (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_conn.c331 if ((eager->sctp_ulpd = sctp->sctp_ulp_newconn(sctp->sctp_ulpd, in sctp_conn_request()
H A Dsctp.c254 if (sctp->sctp_ulp_disconnected(sctp->sctp_ulpd, 0, err)) { in sctp_clean_death()
259 sctp->sctp_ulpd = NULL; in sctp_clean_death()
415 sctp->sctp_ulpd = NULL; in sctp_close()
1481 sctp->sctp_ulpd = ulpd; in sctp_create()
2013 ASSERT(sctp->sctp_ulpd == NULL); in sctp_conn_cache_destructor()
H A Dsctp_shutdown.c166 sctp->sctp_ulp_opctl(sctp->sctp_ulpd, SOCK_OPCTL_SHUT_SEND, 0); in sctp_shutdown_received()
H A Dsctp_notify.c118 rwnd = sctp->sctp_ulp_recv(sctp->sctp_ulpd, mp, msgdsize(mp), 0, in sctp_notify()
H A Dsctp_impl.h655 #define sctp_ulpd sctp_connp->conn_upper_handle macro
966 (sctp)->sctp_ulp_txq_full((sctp)->sctp_ulpd, \
H A Dsctp_input.c1563 if (sctp->sctp_ulp_recv(sctp->sctp_ulpd, dmp, in sctp_data_chunk()
1701 if (sctp->sctp_ulp_recv(sctp->sctp_ulpd, dmp, in sctp_data_chunk()
2383 sctp->sctp_ulpd, dmp, msgdsize(dmp), in sctp_process_forward_tsn()
4104 sctp->sctp_ulpd, 0, cr, cpid); in sctp_input_data()
4143 sctp->sctp_ulpd, 0, cr, cpid); in sctp_input_data()
4182 sctp->sctp_ulpd, 0, cr, cpid); in sctp_input_data()
H A Dsctp_opt_data.c1140 sctp->sctp_ulp_prop(sctp->sctp_ulpd, &sopp); in sctp_set_opt()
1259 sctp->sctp_ulpd = us->sus_handle; in sctp_set_opt()
H A Dsctp_common.c373 ASSERT(sctp->sctp_ulpd); in sctp_set_ulp_prop()
383 sctp->sctp_ulp_prop(sctp->sctp_ulpd, &sopp); in sctp_set_ulp_prop()
H A Dsctp_output.c298 sctp->sctp_ulp_txq_full(sctp->sctp_ulpd, B_TRUE); in sctp_sendmsg()