Searched refs:tcp_rwnd_set (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ |
H A D | tcp_impl.h | 682 extern int tcp_rwnd_set(tcp_t *, uint32_t);
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_fusion.c | 232 (void) tcp_rwnd_set(peer_tcp, peer_tcp->tcp_connp->conn_rcvbuf); in tcp_fuse()
|
H A D | tcp_opt_data.c | 668 (void) tcp_rwnd_set(tcp, *i1); in tcp_opt_set()
|
H A D | tcp_input.c | 1823 (void) tcp_rwnd_set(eager, eager->tcp_rwnd); in tcp_input_listener() 2706 (void) tcp_rwnd_set(tcp, MSS_ROUNDUP(connp->conn_rcvbuf, in tcp_input_data()
|
H A D | tcp.c | 2989 tcp_rwnd_set(tcp_t *tcp, uint32_t rwnd) in tcp_rwnd_set() function
|
/illumos-gate/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 314 static int tcp_rwnd_set(tcp_t *, uint32_t); 1555 (void) tcp_rwnd_set(acceptor, acceptor->tcp_rwnd); in tcp_accept_comm() 1953 tcp_rwnd_set(tcp_t *tcp, uint32_t rwnd) in tcp_rwnd_set() function 2842 (void) tcp_rwnd_set(tcp, MSS_ROUNDUP(tcp->tcp_rwnd, in tcp_rput_data() 7035 (void) tcp_rwnd_set(tcp, val); in tcp_opt_set()
|