Lines Matching refs:whoTo
577 if ((chk->whoTo == net) && (chk->sent < SCTP_DATAGRAM_ACKED)) { in sctp_mark_all_for_resend()
662 chk->whoTo->cwnd -= chk->book_size; in sctp_mark_all_for_resend()
669 chk->whoTo->flight_size, in sctp_mark_all_for_resend()
671 (uint32_t)(uintptr_t)chk->whoTo, in sctp_mark_all_for_resend()
688 if (chk->whoTo->rto_needed == 0) { in sctp_mark_all_for_resend()
689 chk->whoTo->rto_needed = 1; in sctp_mark_all_for_resend()
694 sctp_free_remote_addr(chk->whoTo); in sctp_mark_all_for_resend()
696 chk->whoTo = alt; in sctp_mark_all_for_resend()
749 if ((chk->whoTo == net) && in sctp_mark_all_for_resend()
751 sctp_free_remote_addr(chk->whoTo); in sctp_mark_all_for_resend()
752 chk->whoTo = alt; in sctp_mark_all_for_resend()
796 chk->whoTo->flight_size, in sctp_mark_all_for_resend()
798 (uint32_t)(uintptr_t)chk->whoTo, in sctp_mark_all_for_resend()
984 if (lchk->whoTo != NULL) { in sctp_t3rxt_timer()
990 sctp_timer_start(SCTP_TIMER_TYPE_SEND, stcb->sctp_ep, stcb, lchk->whoTo); in sctp_t3rxt_timer()
1082 if (sctp_threshold_management(inp, stcb, cookie->whoTo, in sctp_cookie_timer()
1092 sctp_backoff_on_timeout(stcb, cookie->whoTo, 1, 0, 0); in sctp_cookie_timer()
1093 alt = sctp_find_alternate_net(stcb, cookie->whoTo, 0); in sctp_cookie_timer()
1094 if (alt != cookie->whoTo) { in sctp_cookie_timer()
1095 sctp_free_remote_addr(cookie->whoTo); in sctp_cookie_timer()
1096 cookie->whoTo = alt; in sctp_cookie_timer()
1127 net = strrst->whoTo; in sctp_strreset_timer()
1139 strrst->whoTo = alt; in sctp_strreset_timer()
1144 if ((chk->whoTo == net) && in sctp_strreset_timer()
1146 sctp_free_remote_addr(chk->whoTo); in sctp_strreset_timer()
1152 chk->whoTo = alt; in sctp_strreset_timer()
1197 net = asconf->whoTo; in sctp_asconf_timer()
1222 if (asconf->whoTo != alt) { in sctp_asconf_timer()
1223 asconf->whoTo = alt; in sctp_asconf_timer()
1229 if ((chk->whoTo == net) && in sctp_asconf_timer()
1231 sctp_free_remote_addr(chk->whoTo); in sctp_asconf_timer()
1232 chk->whoTo = alt; in sctp_asconf_timer()
1242 if (chk->whoTo != alt) { in sctp_asconf_timer()
1243 sctp_free_remote_addr(chk->whoTo); in sctp_asconf_timer()
1244 chk->whoTo = alt; in sctp_asconf_timer()