Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_structs.h1000 uint32_t my_last_reported_rwnd; member
H A Dsctputil.c5402 if (rwnd >= stcb->asoc.my_last_reported_rwnd) { in sctp_user_rcvd()
5403 dif = rwnd - stcb->asoc.my_last_reported_rwnd; in sctp_user_rcvd()
H A Dsctp_output.c10835 asoc->my_last_reported_rwnd = asoc->my_rwnd; in sctp_send_sack()