Home
last modified time | relevance | path

Searched refs:tha_win (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/stand/lib/tcp/
H A Dtcp_inet.h105 uint16_t tha_win; /* Allocation number */ member
H A Dtcp.c2946 new_swnd = ntohs(tcph->tha_win) << in tcp_rput_data()
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c502 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()
2415 tcp->tcp_tcpha->tha_win = tcpha->tha_win; in tcp_xmit_ctl()
2604 tcpha->tha_win = 0; in tcp_xmit_early_reset()
3103 tcp->tcp_tcpha->tha_win = htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_xmit_mp()
H A Dtcp_time_wait.c518 new_swnd = ntohs(tcpha->tha_win) << in tcp_time_wait_processing()
H A Dtcp_input.c2152 tcp->tcp_tcpha->tha_win = in tcp_ack_mp()
2662 new_swnd = ntohs(tcpha->tha_win); in tcp_input_data()
2828 pinit_wnd = ntohs(tcpha->tha_win) << tcp->tcp_snd_ws; in tcp_input_data()
2912 new_swnd = ntohs(tcpha->tha_win) << in tcp_input_data()
5355 thwin = ((uint_t)ntohs(tcp->tcp_tcpha->tha_win)) in tcp_rwnd_reopen()
H A Dtcp.c2984 tcp->tcp_tcpha->tha_win = in tcp_rwnd_set()
3060 tcp->tcp_tcpha->tha_win = in tcp_rwnd_set()
4233 tcp->tcp_tcpha->tha_win = htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_do_connect()
/titanic_44/usr/src/uts/common/inet/
H A Dtcp.h130 uint16_t tha_win; /* Allocation number */ member
/titanic_44/usr/src/cmd/dtrace/demo/ip/
H A Dtcprst.d136 wnd[self->conn_id, self->pcount] = ntohs(self->tcph->tha_win);