Searched refs:SCTP_MINIMAL_RWND (Results 1 – 5 of 5) sorted by relevance
81 #define sctp_maxspace(sb) (max((sb)->sb_hiwat,SCTP_MINIMAL_RWND))
617 #define SCTP_MINIMAL_RWND (4096) /* minimal rwnd */ macro
98 calc = max(SCTP_SB_LIMIT_RCV(stcb->sctp_socket), SCTP_MINIMAL_RWND); in sctp_calc_rwnd()
4687 SCTP_MINIMAL_RWND)); in sctp_send_initiate()5907 initack->init.a_rwnd = htonl(max(SCTP_SB_LIMIT_RCV(so), SCTP_MINIMAL_RWND)); in sctp_send_initiate_ack()
1247 asoc->my_rwnd = max(SCTP_SB_LIMIT_RCV(inp->sctp_socket), SCTP_MINIMAL_RWND); in sctp_init_asoc()