Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_structs.h992 uint32_t my_last_reported_rwnd; member
H A Dsctputil.c5461 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()
H A Dsctp_output.c10929 asoc->my_last_reported_rwnd = asoc->my_rwnd; in sctp_send_sack()