Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_timer.c419 int num_marked, int num_abandoned) in sctp_backoff_on_timeout() argument
432 if ((win_probe == 0) && (num_marked || num_abandoned)) { in sctp_backoff_on_timeout()
492 int *num_abandoned) in sctp_mark_all_for_resend() argument
744 *num_abandoned = cnt_abandoned; in sctp_mark_all_for_resend()
821 int win_probe, num_mk, num_abandoned; in sctp_t3rxt_timer() local
913 num_abandoned = 0; in sctp_t3rxt_timer()
915 &num_mk, &num_abandoned); in sctp_t3rxt_timer()
933 sctp_backoff_on_timeout(stcb, net, win_probe, num_mk, num_abandoned); in sctp_t3rxt_timer()