Home
last modified time | relevance | path

Searched refs:snd_scale (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/tcplp/bsdtcp/cc/
Dcc_newreno.c152 TCP_MAXWIN << CCV(ccv, snd_scale)); in newreno_ack_received()
/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_var.h297 uint8_t snd_scale; /* window scaling for send window */ member
Dtcp_input.c909 tp->snd_scale = /*sc->sc_requested_s_scale*/to.to_wscale; in tcp_input()
1069 tiwin = th->th_win << tp->snd_scale; in tcp_do_segment()
1149 tp->snd_scale = to.to_wscale; in tcp_do_segment()