Lines Matching refs:rwnd
429 sctp_clog.x.rwnd.rwnd = peers_rwnd; in sctp_log_rwnd()
430 sctp_clog.x.rwnd.send_size = snd_size; in sctp_log_rwnd()
431 sctp_clog.x.rwnd.overhead = overhead; in sctp_log_rwnd()
432 sctp_clog.x.rwnd.new_rwnd = 0; in sctp_log_rwnd()
449 sctp_clog.x.rwnd.rwnd = peers_rwnd; in sctp_log_rwnd_set()
450 sctp_clog.x.rwnd.send_size = flight_size; in sctp_log_rwnd_set()
451 sctp_clog.x.rwnd.overhead = overhead; in sctp_log_rwnd_set()
452 sctp_clog.x.rwnd.new_rwnd = a_rwndval; in sctp_log_rwnd_set()
5432 uint32_t dif, rwnd; in sctp_user_rcvd() local
5460 rwnd = sctp_calc_rwnd(stcb, &stcb->asoc); in sctp_user_rcvd()
5461 if (rwnd >= stcb->asoc.my_last_reported_rwnd) { in sctp_user_rcvd()
5462 dif = rwnd - stcb->asoc.my_last_reported_rwnd; in sctp_user_rcvd()