Home
last modified time | relevance | path

Searched refs:t_rlstate (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_rledbat.c77 tp->t_rlstate.num_slowdown_events = 0; in rledbat_clear_state()
78 tp->t_rlstate.slowdown_ts = 0; in rledbat_clear_state()
79 tp->t_rlstate.slowdown_begin = 0; in rledbat_clear_state()
80 tp->t_rlstate.rcvd_bytes = 0; in rledbat_clear_state()
81 tp->t_rlstate.md_rcvd_bytes = 0; in rledbat_clear_state()
82 tp->t_rlstate.drained_bytes = 0; in rledbat_clear_state()
91 tp->t_rlstate.win = tp->t_maxseg * bg_ss_fltsz; in tcp_rledbat_init()
92 tp->t_rlstate.ssthresh = TCP_MAXWIN << TCP_MAX_WINSHIFT; in tcp_rledbat_init()
108 tp->t_rlstate.win = tp->t_maxseg * bg_ss_fltsz; in tcp_rledbat_rwnd_init()
111 if (tp->t_rlstate.ssthresh == 0) { in tcp_rledbat_rwnd_init()
[all …]
H A Dtcp_var.h681 struct tcp_rledbat_state t_rlstate; /* State used by rLedbat */ member