Searched refs:tcp_rwnd_set (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_impl.h631 extern int tcp_rwnd_set(tcp_t *, uint32_t);
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c220 (void) tcp_rwnd_set(peer_tcp, peer_tcp->tcp_connp->conn_rcvbuf);
H A Dtcp_opt_data.c637 (void) tcp_rwnd_set(tcp, *i1);
H A Dtcp_input.c541 * didn't want to do window scale, tcp_rwnd_set() will take
1627 * scale option value if needed. Call tcp_rwnd_set() to finish the
1639 * Note that this is the only place tcp_rwnd_set() is called for
1644 (void) tcp_rwnd_set(eager, eager->tcp_rwnd);
2523 (void) tcp_rwnd_set(tcp, MSS_ROUNDUP(connp->conn_rcvbuf,
H A Dtcp.c2435 * Init the window scale to the max so tcp_rwnd_set() won't pare
2934 * tcp_rwnd_set() is called to adjust the receive window to a desired value.
2953 tcp_rwnd_set(tcp_t *tcp, uint32_t rwnd) function
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c315 static int tcp_rwnd_set(tcp_t *, uint32_t);
1539 * scale option value if needed. Call tcp_rwnd_set() to finish the
1551 * Note that this is the only place tcp_rwnd_set() is called for
1556 (void) tcp_rwnd_set(acceptor, acceptor->tcp_rwnd);
1935 * tcp_rwnd_set() is called to adjust the receive window to a desired value.
1954 tcp_rwnd_set(tcp_t *tcp, uint32_t rwnd) function
2353 * didn't want to do window scale, tcp_rwnd_set() will take
2843 (void) tcp_rwnd_set(tcp, MSS_ROUNDUP(tcp->tcp_rwnd,
5447 * Init the window scale to the max so tcp_rwnd_set() won't pare
7036 (void) tcp_rwnd_set(tc
[all...]

Completed in 129 milliseconds