sctp_timer.c | 287 int win_probe, 314 if ((win_probe == 0) && num_marked) { 635 printf("WIN_PROBE set via o_rwnd=0 tf=0 and all:%d fit in mtu:%d\n", 735 int win_probe, num_mk; local in function:sctp_t3rxt_timer 743 win_probe = sctp_mark_all_for_resend(stcb, net, alt, &num_mk); 755 sctp_backoff_on_timeout(stcb, net, win_probe, num_mk); 756 if (win_probe == 0) {
|