Searched refs:my_rwnd (Results 1 – 6 of 6) sorted by relevance
991 uint32_t my_rwnd; member
1632 asoc->my_rwnd = ntohl(initack_cp->init.a_rwnd); in sctp_process_cookie_existing()1879 asoc->my_rwnd = ntohl(initack_cp->init.a_rwnd); in sctp_process_cookie_existing()2074 asoc->my_rwnd = ntohl(initack_cp->init.a_rwnd); in sctp_process_cookie_new()
71 asoc->my_rwnd = sctp_calc_rwnd(stcb, asoc); in sctp_set_rwnd()1927 (((int)asoc->my_rwnd) <= 0)) { in sctp_process_a_data_chunk()
10905 sack->sack.a_rwnd = htonl(asoc->my_rwnd); in sctp_send_sack()10917 nr_sack->nr_sack.a_rwnd = htonl(asoc->my_rwnd); in sctp_send_sack()10927 asoc->my_last_reported_rwnd = asoc->my_rwnd; in sctp_send_sack()11670 if (asoc->my_rwnd) { in sctp_send_packet_dropped()
1247 asoc->my_rwnd = max(SCTP_SB_LIMIT_RCV(inp->sctp_socket), SCTP_MINIMAL_RWND); in sctp_init_asoc()6458 stcb->asoc.my_rwnd, in sctp_sorecvmsg()
2733 sasoc->sasoc_local_rwnd = stcb->asoc.my_rwnd;