| sctp_timer.c | 360 	int win_probes, non_win_probes, orig_rwnd, audit_tf, num_mk, fir;  local in function:sctp_mark_all_for_resend 427 	num_mk = cnt_mk = 0;
 519  				num_mk++;
 575 	sctp_log_fr(tsnfirst, tsnlast, num_mk, SCTP_FR_T3_TIMEOUT);
 578 	stcb->asoc.peers_rwnd += (num_mk /* * sizeof(struct mbuf)*/);
 582 		if (num_mk) {
 587 			       num_mk, (u_long)stcb->asoc.peers_rwnd);
 592 			       num_mk,
 598 	*num_marked = num_mk;
 735 	int win_probe, num_mk;  local in function:sctp_t3rxt_timer
 [all...]
 |