Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Dsctp_timer.c427 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()
[all …]