Searched refs:SCTP_MIN_RWND (Results 1 – 4 of 4) sorted by relevance
392 #define SCTP_MIN_RWND 1500 macro
757 #define SCTP_MIN_RWND 1500 macro
135 if (ntohl(init->a_rwnd) < SCTP_MIN_RWND) { in sctp_handle_init()1376 if (ntohl(init_ack->a_rwnd) < SCTP_MIN_RWND) { in sctp_handle_init_ack()
5744 if (rwnd_req < SCTP_MIN_RWND)5745 rwnd_req = SCTP_MIN_RWND;