Searched refs:num_mk (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_timer.c | 500 int audit_tf, num_mk, fir; in sctp_mark_all_for_resend() local 554 num_mk = cnt_mk = 0; in sctp_mark_all_for_resend() 649 num_mk++; in sctp_mark_all_for_resend() 728 sctp_log_fr(tsnfirst, tsnlast, num_mk, SCTP_FR_T3_TIMEOUT); in sctp_mark_all_for_resend() 731 if (num_mk) { in sctp_mark_all_for_resend() 735 num_mk, in sctp_mark_all_for_resend() 739 *num_marked = num_mk; in sctp_mark_all_for_resend() 773 cnt_mk, stcb->asoc.sent_queue_retran_cnt, num_mk); in sctp_mark_all_for_resend() 817 int win_probe, num_mk, num_abandoned; in sctp_t3rxt_timer() local 908 num_mk = 0; in sctp_t3rxt_timer() [all …]
|