Lines Matching refs:num_mk
360 int win_probes, non_win_probes, orig_rwnd, audit_tf, num_mk, fir; in sctp_mark_all_for_resend() local
427 num_mk = cnt_mk = 0; in sctp_mark_all_for_resend()
519 num_mk++; in sctp_mark_all_for_resend()
575 sctp_log_fr(tsnfirst, tsnlast, num_mk, SCTP_FR_T3_TIMEOUT); in sctp_mark_all_for_resend()
578 stcb->asoc.peers_rwnd += (num_mk /* * sizeof(struct mbuf)*/); in sctp_mark_all_for_resend()
582 if (num_mk) { in sctp_mark_all_for_resend()
587 num_mk, (u_long)stcb->asoc.peers_rwnd); in sctp_mark_all_for_resend()
592 num_mk, in sctp_mark_all_for_resend()
598 *num_marked = num_mk; in sctp_mark_all_for_resend()
735 int win_probe, num_mk; in sctp_t3rxt_timer() local
743 win_probe = sctp_mark_all_for_resend(stcb, net, alt, &num_mk); in sctp_t3rxt_timer()
755 sctp_backoff_on_timeout(stcb, net, win_probe, num_mk); in sctp_t3rxt_timer()