Home
last modified time | relevance | path

Searched refs:to_wscale (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_output.c841 to.to_wscale = tp->request_r_scale; in tcp_default_output()
1840 *optp++ = to->to_wscale; in tcp_addoptions()
H A Dtcp_syncache.c1693 sc->sc_requested_s_scale = to->to_wscale; in syncache_add()
1919 to.to_wscale = sc->sc_requested_r_scale; in syncache_respond()
H A Dtcp_var.h882 u_int8_t to_wscale; /* window scaling */ member
H A Dtcp_input.c1655 tp->snd_scale = to.to_wscale; in tcp_do_segment()
3583 to->to_wscale = min(cp[2], TCP_MAX_WINSHIFT); in tcp_dooptions()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c1147 to->to_wscale = t4opt->wsf; in t4opt_to_tcpopt()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c11405 tp->snd_scale = to.to_wscale; in bbr_do_segment_nounlock()
12882 to.to_wscale = tp->request_r_scale; in bbr_output_wtime()
H A Drack.c16760 tp->snd_scale = to.to_wscale; in rack_do_segment_nounlock()
21234 to.to_wscale = tp->request_r_scale; in rack_output()