Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h298 uint32_t tcp_rack_cur_max; /* # of segs we may defer ack for now */ member
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c592 tcp->tcp_rack_cur_max = 2; in tcp_ack_timer()
H A Dtcp_input.c3166 tcp->tcp_rack_cur_max = 1; in tcp_input_data()
4814 cur_max = tcp->tcp_rack_cur_max; in tcp_input_data()
4823 tcp->tcp_rack_cur_max = tcp->tcp_rack_abs_max; in tcp_input_data()
4825 tcp->tcp_rack_cur_max = cur_max; in tcp_input_data()
5568 if (thwin < tcp->tcp_rack_cur_max * tcp->tcp_mss) { in tcp_rwnd_reopen()
H A Dtcp.c2209 tcp->tcp_rack_cur_max = 0; in tcp_reinit_values()
3082 if (tcp->tcp_rack_cur_max > tcp->tcp_rack_abs_max) in tcp_rwnd_set()
3083 tcp->tcp_rack_cur_max = tcp->tcp_rack_abs_max; in tcp_rwnd_set()
3085 tcp->tcp_rack_cur_max = 0; in tcp_rwnd_set()