Searched refs:snd_scale (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/sys/netinet/cc/
H A Dcc_newreno.c147 TCP_MAXWIN << CCV(ccv, snd_scale));
H A Dcc_chd.c223 TCP_MAXWIN << CCV(ccv, snd_scale));
227 TCP_MAXWIN << CCV(ccv, snd_scale));
H A Dcc_vegas.c155 TCP_MAXWIN << CCV(ccv, snd_scale));
H A Dcc_cdg.c425 TCP_MAXWIN << CCV(ccv, snd_scale));
428 TCP_MAXWIN << CCV(ccv, snd_scale));
/freebsd-10-stable/sys/netinet/
H A Dsiftr.c209 u_char snd_scale; member in struct:pkt_node
477 pkt_node->snd_scale,
528 pkt_node->snd_scale,
782 pn->snd_scale = tp->snd_scale;
H A Dtcp_var.h174 u_char snd_scale; /* window scaling for send window */ member in struct:tcpcb
H A Dtcp_usrreq.c1343 ti->tcpi_snd_wscale = tp->snd_scale;
2148 db_printf("snd_scale: %u rcv_scale: %u request_r_scale: %u\n",
2149 tp->snd_scale, tp->rcv_scale, tp->request_r_scale);
H A Dtcp_input.c1605 tiwin = th->th_win << tp->snd_scale;
1660 tp->snd_scale = to.to_wscale;
H A Dtcp_syncache.c882 tp->snd_scale = sc->sc_requested_s_scale;
/freebsd-10-stable/cddl/lib/libdtrace/
H A Dtcp.d194 tcps_snd_ws = p == NULL ? -1 : p->snd_scale;
/freebsd-10-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c1558 tp->snd_scale = G_TCPOPT_SND_WSCALE(tcpopt);
/freebsd-10-stable/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c282 tp->snd_scale = G_TCPOPT_SND_WSCALE(opt);

Completed in 113 milliseconds