Searched refs:tcp_rwnd (Results 1 – 15 of 15) sorted by relevance
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_socket.c | 125 connp->conn_rcvbuf == connp->conn_tcp->tcp_rwnd); in tcp_activate() 633 tcp->tcp_rwnd = connp->conn_rcvbuf; in tcp_clr_flowctrl() 945 if (eager->tcp_rcv_cnt > eager->tcp_rwnd) in tcp_fallback_eager() 946 eager->tcp_rwnd = 0; in tcp_fallback_eager() 948 eager->tcp_rwnd -= eager->tcp_rcv_cnt; in tcp_fallback_eager()
|
H A D | tcp.c | 456 uint32_t rwnd = tcp->tcp_rwnd; in tcp_set_ws_value() 674 tcp->tcp_rwnd = MIN(uinfo.iulp_rpipe, in tcp_set_destination() 2044 tcp->tcp_rwnd = connp->conn_rcvbuf; in tcp_reinit() 2169 DONTCARE(tcp->tcp_rwnd); /* Set in tcp_reinit() */ 2439 tcp->tcp_rwnd = connp->conn_rcvbuf; in tcp_init_values() 2985 htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_rwnd_set() 3001 old_max_rwnd = tcp->tcp_rwnd; in tcp_rwnd_set() 3032 tcp->tcp_rwnd = old_max_rwnd = rwnd; in tcp_rwnd_set() 3055 tcp->tcp_rwnd += rwnd - old_max_rwnd; in tcp_rwnd_set() 3061 htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_rwnd_set() [all …]
|
H A D | tcp_input.c | 1590 eager->tcp_rwnd = 0; in tcp_input_listener() 1685 eager->tcp_rwnd = MSS_ROUNDUP( in tcp_input_listener() 1686 (eager->tcp_rwnd == 0 ? econnp->conn_rcvbuf : in tcp_input_listener() 1687 eager->tcp_rwnd), eager->tcp_mss); in tcp_input_listener() 1696 (void) tcp_rwnd_set(eager, eager->tcp_rwnd); in tcp_input_listener() 1699 eager->tcp_connp->conn_rcvbuf == eager->tcp_rwnd); in tcp_input_listener() 1702 econnp->conn_rcvbuf == eager->tcp_rwnd); in tcp_input_listener() 2079 tcp->tcp_rwnd -= seg_len; in tcp_rcv_enqueue() 2153 htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_ack_mp() 2936 rgap = tcp->tcp_rwnd - (gap + seg_len); in tcp_input_data() [all …]
|
H A D | tcp_fusion.c | 599 peer_tcp->tcp_rwnd += recv_size; in tcp_fuse_output() 784 tcp->tcp_rwnd = tcp->tcp_connp->conn_rcvbuf; in tcp_fuse_rcv_drain() 828 tcp->tcp_rwnd = rwnd; in tcp_fuse_set_rcv_hiwat()
|
H A D | tcp_time_wait.c | 528 rgap = tcp->tcp_rwnd - (gap + seg_len); in tcp_time_wait_processing()
|
H A D | tcp_stats.c | 271 tce6.tcp6ConnEntryInfo.ce_rwnd = tcp->tcp_rwnd; in tcp_snmp_get() 336 tce.tcpConnEntryInfo.ce_rwnd = tcp->tcp_rwnd; in tcp_snmp_get()
|
H A D | tcp_output.c | 502 tcp->tcp_tcpha->tha_win = htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_wput_data() 1274 tcpha->tha_win = htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_output() 2413 tcpha->tha_win = htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_xmit_ctl() 3103 tcp->tcp_tcpha->tha_win = htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_xmit_mp()
|
H A D | tcp_opt_data.c | 717 MIN(tcp->tcp_rwnd, val * tcp->tcp_mss); in tcp_opt_set()
|
H A D | tcp_tpi.c | 1160 tcp->tcp_rwnd = connp->conn_rcvbuf; in tcp_accept_finish()
|
/titanic_41/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 232 uint32_t rwnd = (tcp)->tcp_rwnd; \ 1355 tcp->tcp_rwnd = MAX(MSS_ROUNDUP(tcp->tcp_rwnd, mss), in tcp_connect() 1357 tcp->tcp_rwnd_max = tcp->tcp_rwnd; in tcp_connect() 1359 U32_TO_ABE16((tcp->tcp_rwnd >> tcp->tcp_rcv_ws), in tcp_connect() 1545 acceptor->tcp_rwnd = MSS_ROUNDUP( in tcp_accept_comm() 1546 (acceptor->tcp_rwnd == 0 ? listener->tcp_rwnd_max : in tcp_accept_comm() 1547 acceptor->tcp_rwnd), acceptor->tcp_mss); in tcp_accept_comm() 1556 (void) tcp_rwnd_set(acceptor, acceptor->tcp_rwnd); in tcp_accept_comm() 1963 old_max_rwnd = tcp->tcp_rwnd; in tcp_rwnd_set() 1999 tcp->tcp_rwnd = old_max_rwnd = rwnd; in tcp_rwnd_set() [all …]
|
H A D | tcp_inet.h | 121 uint32_t tcp_rwnd; /* Current receive window */ member
|
/titanic_41/usr/src/uts/common/inet/ |
H A D | tcp.h | 172 uint32_t tcp_rwnd; member
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | tcp.d.in | 240 tcps_rwnd = T ? T->tcp_rwnd : 0;
|
/titanic_41/usr/src/uts/common/inet/nca/ |
H A D | nca.h | 103 #undef tcp_rwnd 1348 uint32_t tcp_rwnd; /* Current receive window */ member
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | net.c | 582 tcp->tcp_swnd, tcp->tcp_snxt, tcp->tcp_suna, tcp->tcp_rwnd, in netstat_tcp_verbose_pr()
|