Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_rledbat.c63 tp->t_rlstate.num_slowdown_events = 0; in rledbat_clear_state()
64 tp->t_rlstate.slowdown_ts = 0; in rledbat_clear_state()
65 tp->t_rlstate.slowdown_begin = 0; in rledbat_clear_state()
66 tp->t_rlstate.rcvd_bytes = 0; in rledbat_clear_state()
67 tp->t_rlstate.md_rcvd_bytes = 0; in rledbat_clear_state()
68 tp->t_rlstate.drained_bytes = 0; in rledbat_clear_state()
77 tp->t_rlstate.win = tp->t_maxseg * bg_ss_fltsz; in tcp_rledbat_init()
78 tp->t_rlstate.ssthresh = TCP_MAXWIN << TCP_MAX_WINSHIFT; in tcp_rledbat_init()
94 tp->t_rlstate.win = tp->t_maxseg * bg_ss_fltsz; in tcp_rledbat_rwnd_init()
97 if (tp->t_rlstate.ssthresh == 0) { in tcp_rledbat_rwnd_init()
[all …]
H A Dtcp_var.h868 struct tcp_rledbat_state t_rlstate; /* State used by rLedbat */ member