Home
last modified time | relevance | path

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

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