Home
last modified time | relevance | path

Searched refs:tcp_rack_cur_max (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h295 uint32_t tcp_rack_cur_max; /* # of segs we may defer ack for now */ member
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c592 tcp->tcp_rack_cur_max = 2; in tcp_ack_timer()
H A Dtcp.c2196 tcp->tcp_rack_cur_max = 0;
3046 if (tcp->tcp_rack_cur_max > tcp->tcp_rack_abs_max) in tcp_rwnd_set()
3047 tcp->tcp_rack_cur_max = tcp->tcp_rack_abs_max; in tcp_rwnd_set()
3049 tcp->tcp_rack_cur_max = 0; in tcp_rwnd_set()
H A Dtcp_input.c2984 tcp->tcp_rack_cur_max = 1; in tcp_input_data()
4657 cur_max = tcp->tcp_rack_cur_max; in tcp_input_data()
4666 tcp->tcp_rack_cur_max = tcp->tcp_rack_abs_max; in tcp_input_data()
4668 tcp->tcp_rack_cur_max = cur_max; in tcp_input_data()
5369 if (thwin < tcp->tcp_rack_cur_max * tcp->tcp_mss) { in tcp_rwnd_reopen()