Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgb/ulp/tom/
Dcxgb_listen.c410 to->to_wscale = t3opt->wsf; in pass_accept_req_to_protohdrs()
995 calc_opt0h(NULL, mtu_idx, to.to_wscale, NULL); in t3_syncache_respond()
/freebsd-9-stable/sys/netinet/
Dtcp_output.c715 to.to_wscale = tp->request_r_scale; in tcp_output()
1560 *optp++ = to->to_wscale; in tcp_addoptions()
Dtcp_var.h310 u_int8_t to_wscale; /* window scaling */ member
Dtcp_syncache.c1273 sc->sc_requested_s_scale = to->to_wscale; in _syncache_add()
1452 to.to_wscale = sc->sc_requested_r_scale; in syncache_respond()
Dtcp_input.c1586 tp->snd_scale = to.to_wscale; in tcp_do_segment()
3223 to->to_wscale = min(cp[2], TCP_MAX_WINSHIFT); in tcp_dooptions()
/freebsd-9-stable/sys/dev/cxgbe/tom/
Dt4_listen.c1002 to->to_wscale = t4opt->wsf; in t4opt_to_tcpopt()