Searched refs:to_wscale (Results 1 – 3 of 3) sorted by relevance
691 to.to_wscale = tp->request_r_scale; in tcp_output()1378 *optp++ = to->to_wscale; in tcp_addoptions()
489 u_int8_t to_wscale; /* window scaling */ member
855 tp->snd_scale = /*sc->sc_requested_s_scale*/to.to_wscale; in tcp_input()1074 tp->snd_scale = to.to_wscale; in tcp_do_segment()2642 to->to_wscale = min(cp[2], TCP_MAX_WINSHIFT); in tcp_dooptions()