Searched refs:tcp_rwnd_set (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ |
H A D | tcp_impl.h | 600 extern int tcp_rwnd_set(tcp_t *, uint32_t);
|
/titanic_50/usr/src/uts/common/inet/tcp/ |
H A D | tcp_fusion.c | 220 (void) tcp_rwnd_set(peer_tcp, peer_tcp->tcp_connp->conn_rcvbuf); in tcp_fuse()
|
H A D | tcp_opt_data.c | 637 (void) tcp_rwnd_set(tcp, *i1); in tcp_opt_set()
|
H A D | tcp_input.c | 1644 (void) tcp_rwnd_set(eager, eager->tcp_rwnd); in tcp_input_listener() 2523 (void) tcp_rwnd_set(tcp, MSS_ROUNDUP(connp->conn_rcvbuf, in tcp_input_data()
|
H A D | tcp.c | 2953 tcp_rwnd_set(tcp_t *tcp, uint32_t rwnd) in tcp_rwnd_set() function
|
/titanic_50/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 315 static int tcp_rwnd_set(tcp_t *, uint32_t); 1556 (void) tcp_rwnd_set(acceptor, acceptor->tcp_rwnd); in tcp_accept_comm() 1954 tcp_rwnd_set(tcp_t *tcp, uint32_t rwnd) in tcp_rwnd_set() function 2843 (void) tcp_rwnd_set(tcp, MSS_ROUNDUP(tcp->tcp_rwnd, in tcp_rput_data() 7036 (void) tcp_rwnd_set(tcp, val); in tcp_opt_set()
|