Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet/
HDtcp_output.c854 to.to_wscale = tp->request_r_scale; in tcp_output()
1848 *optp++ = to->to_wscale; in tcp_addoptions()
HDtcp_var.h487 u_int8_t to_wscale; /* window scaling */ member
HDtcp_syncache.c1723 sc->sc_requested_s_scale = to->to_wscale; in syncache_add()
1958 to.to_wscale = sc->sc_requested_r_scale; in syncache_respond()
HDtcp_input.c1729 tp->snd_scale = to.to_wscale; in tcp_do_segment()
3572 to->to_wscale = min(cp[2], TCP_MAX_WINSHIFT); in tcp_dooptions()
/freebsd-13-stable/sys/dev/cxgbe/tom/
HDt4_listen.c996 to->to_wscale = t4opt->wsf; in t4opt_to_tcpopt()
/freebsd-13-stable/sys/netinet/tcp_stacks/
HDbbr.c11454 tp->snd_scale = to.to_wscale; in bbr_do_segment_nounlock()
12957 to.to_wscale = tp->request_r_scale; in bbr_output_wtime()
HDrack.c13874 tp->snd_scale = to.to_wscale; in rack_do_segment_nounlock()
17540 to.to_wscale = tp->request_r_scale; in rack_output()