Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgb/ulp/tom/
HDcxgb_listen.c412 to->to_wscale = t3opt->wsf; in pass_accept_req_to_protohdrs()
980 calc_opt0h(NULL, mtu_idx, to.to_wscale, NULL); in t3_syncache_respond()
/NextBSD/sys/netinet/
HDtcp_output.c791 to.to_wscale = tp->request_r_scale; in tcp_output()
1729 *optp++ = to->to_wscale; in tcp_addoptions()
HDtcp_var.h381 u_int8_t to_wscale; /* window scaling */ member
HDtcp_syncache.c1415 sc->sc_requested_s_scale = to->to_wscale; in syncache_add()
1605 to.to_wscale = sc->sc_requested_r_scale; in syncache_respond()
HDtcp_input.c1627 tp->snd_scale = to.to_wscale; in tcp_do_segment()
3322 to->to_wscale = min(cp[2], TCP_MAX_WINSHIFT); in tcp_dooptions()
/NextBSD/sys/netinet/tcp_stacks/
HDfastpath.c1889 tp->snd_scale = to.to_wscale; in tcp_do_segment_fastslow()
2330 tp->snd_scale = to.to_wscale; in tcp_do_segment_fastack()
/NextBSD/sys/dev/cxgbe/tom/
HDt4_listen.c1005 to->to_wscale = t4opt->wsf; in t4opt_to_tcpopt()