Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_output.c840 to.to_wscale = tp->request_r_scale; in tcp_output()
1781 *optp++ = to->to_wscale; in tcp_addoptions()
H A Dtcp_var.h467 u_int8_t to_wscale; /* window scaling */ member
H A Dtcp_syncache.c1768 sc->sc_requested_s_scale = to->to_wscale; in syncache_add()
1978 to.to_wscale = sc->sc_requested_r_scale; in syncache_respond()
H A Dtcp_input.c1655 tp->snd_scale = to.to_wscale; in tcp_do_segment()
3451 to->to_wscale = min(cp[2], TCP_MAX_WINSHIFT); in tcp_dooptions()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h467 u_int8_t to_wscale; /* window scaling */ member
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c10993 tp->snd_scale = to.to_wscale; in rack_do_segment_nounlock()
13055 to.to_wscale = tp->request_r_scale; in rack_output()
H A Dbbr.c11513 tp->snd_scale = to.to_wscale; in bbr_do_segment_nounlock()
13029 to.to_wscale = tp->request_r_scale; in bbr_output_wtime()