Home
last modified time | relevance | path

Searched refs:sctp_current (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/uts/common/inet/sctp/
H A Dsctp_shutdown.c89 fp = sctp->sctp_current; in sctp_send_shutdown()
141 SCTP_FADDR_TIMER_RESTART(sctp, sctp->sctp_current, in sctp_send_shutdown()
142 sctp->sctp_current->sf_rto); in sctp_send_shutdown()
181 fp = sctp->sctp_current; in sctp_shutdown_received()
198 scmp = sctp_make_mp(sctp, sctp->sctp_current, sizeof (*scch)); in sctp_shutdown_complete()
214 sctp_set_iplen(sctp, scmp, sctp->sctp_current->sf_ixa); in sctp_shutdown_complete()
215 (void) conn_ip_output(scmp, sctp->sctp_current->sf_ixa); in sctp_shutdown_complete()
H A Dsctp_cookie.c886 camp = sctp_make_mp(sctp, sctp->sctp_current, sizeof (*cach)); in sctp_send_cookie_ack()
901 sctp_set_iplen(sctp, camp, sctp->sctp_current->sf_ixa); in sctp_send_cookie_ack()
902 (void) conn_ip_output(camp, sctp->sctp_current->sf_ixa); in sctp_send_cookie_ack()
976 SCTP_FADDR_TIMER_RESTART(sctp, sctp->sctp_current, in sctp_send_cookie_echo()
977 sctp->sctp_current->sf_rto); in sctp_send_cookie_echo()
998 sctp->sctp_current->sf_df = B_TRUE; in sctp_send_cookie_echo()
1013 SCTP_FADDR_TIMER_RESTART(sctp, sctp->sctp_current, in sctp_send_cookie_echo()
1014 sctp->sctp_current->sf_rto); in sctp_send_cookie_echo()
1021 fp = sctp->sctp_current; in sctp_send_cookie_echo()
1334 SCTP_PRINTADDR(sctp->sctp_current->sf_faddr), in sctp_process_cookie()
[all …]
H A Dsctp_common.c223 if (fp == sctp->sctp_current) in sctp_get_dest()
334 if (fp != sctp->sctp_current || src_changed) { in sctp_make_mp()
347 if (fp != sctp->sctp_current || src_changed) { in sctp_make_mp()
368 if (sctp->sctp_current->sf_isv4) { in sctp_set_ulp_prop()
378 ASSERT(sctp->sctp_current->sf_pmss == sctp->sctp_mss); in sctp_set_ulp_prop()
602 sctp->sctp_current = fp; in sctp_set_faddr_current()
699 if (fp == sctp->sctp_current) { in sctp_faddr_dead()
701 sctp->sctp_current = NULL; in sctp_faddr_dead()
726 if (sctp->sctp_current == NULL) { in sctp_faddr_dead()
758 ofp = sctp->sctp_current; in sctp_rotate_faddr()
[all …]
H A Dsctp_output.c344 fp = sctp->sctp_current; in sctp_chunkify()
526 fp1 = sctp->sctp_current; in sctp_chunkify()
634 if (fp != sctp->sctp_current) { in sctp_add_proto_hdr()
729 *fp = sctp->sctp_current; in sctp_find_fast_rexmit_mblks()
826 ASSERT(sctp->sctp_current != NULL); in sctp_get_msg_to_send()
911 fp = sctp->sctp_current; in sctp_get_msg_to_send()
1020 lfp = sctp->sctp_current; in sctp_output()
1032 if ((cansend < sctp->sctp_current->sf_pmss / 2) && in sctp_output()
1034 (sctp->sctp_unacked < sctp->sctp_current->sf_pmss) && in sctp_output()
1039 fp = sctp->sctp_current; in sctp_output()
[all …]
H A Dsctp_conn.c281 ASSERT(eager->sctp_current->sf_ixa != NULL); in sctp_conn_request()
283 ixa = eager->sctp_current->sf_ixa; in sctp_conn_request()
547 sctp->sctp_current = cur_fp; in sctp_connect()
H A Dsctp_asconf.c280 isv4 = (fp != NULL) ? fp->sf_isv4 : sctp->sctp_current->sf_isv4; in sctp_asconf_send()
937 fp = sctp->sctp_current; in sctp_wput_asconf()
948 isv4 = (fp != NULL) ? fp->sf_isv4 : sctp->sctp_current->sf_isv4; in sctp_wput_asconf()
1243 if (sctp->sctp_current == nfp) { in sctp_addip_req()
1398 if (nfp->sf_state != SCTP_FADDRS_ALIVE || nfp == sctp->sctp_current) { in sctp_setprim_req()
1517 error = sctp_asconf_send(sctp, asc, sctp->sctp_current, ainfo); in sctp_add_ip()
1678 error = sctp_asconf_send(sctp, asc, sctp->sctp_current, ainfo); in sctp_del_ip()
1793 error = sctp_asconf_send(sctp, asc, sctp->sctp_current, NULL); in sctp_set_peerprim()
H A Dsctp_input.c1968 sctp_faddr_t *fp = sctp->sctp_current; in sctp_check_abandoned_msg()
2779 ntohl(sc->ssc_a_rwnd) >= sctp->sctp_current->sf_pmss) { in sctp_got_sack()
2789 fp = sctp->sctp_current; in sctp_got_sack()
2813 fp = sctp->sctp_current; in sctp_got_sack()
3077 sctp_check_abandoned_data(sctp, sctp->sctp_current); in sctp_got_sack()
3089 SCTP_FADDR_TIMER_RESTART(sctp, sctp->sctp_current, in sctp_got_sack()
3090 sctp->sctp_current->sf_rto); in sctp_got_sack()
3100 if (sctp->sctp_current->sf_acked == acked) { in sctp_got_sack()
3104 fp = sctp->sctp_current; in sctp_got_sack()
3170 fp = sctp->sctp_current; in sctp_got_sack()
[all …]
H A Dsctp_error.c102 sctp_faddr_t *fp = sctp->sctp_current; in sctp_user_abort()
H A Dsctp_opt_data.c597 if (fp->sf_state != SCTP_FADDRS_ALIVE || fp == sctp->sctp_current) { in sctp_set_prim()
1345 if (sctp->sctp_current != NULL) { in sctp_set_opt()
H A Dsctp.c1037 if (fp == sctp->sctp_current) { in sctp_update_pmtu()
2016 ASSERT(sctp->sctp_current == NULL); in sctp_conn_cache_destructor()
H A Dsctp_impl.h674 sctp_faddr_t *sctp_current; /* current faddr */ member
/titanic_44/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c777 sctp->sctp_current, sctp->sctp_lastdata); in sctp()