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

/freebsd-current/cddl/lib/libdtrace/
H A Dsiftr.d59 u_char snd_scale;
96 snd_scale = p == NULL ? 0 : p->snd_scale;
H A Dtcp.d236 tcps_snd_ws = p == NULL ? -1 : p->snd_scale;
/freebsd-current/share/dtrace/
H A Dsiftr51 args[0]->snd_scale,
/freebsd-current/sys/netinet/cc/
H A Dcc_chd.c226 TCP_MAXWIN << CCV(ccv, snd_scale));
230 TCP_MAXWIN << CCV(ccv, snd_scale));
H A Dcc_vegas.c155 TCP_MAXWIN << CCV(ccv, snd_scale));
H A Dcc_cdg.c447 TCP_MAXWIN << CCV(ccv, snd_scale));
450 TCP_MAXWIN << CCV(ccv, snd_scale));
H A Dcc.c580 TCP_MAXWIN << CCV(ccv, snd_scale));
H A Dcc_cubic.c232 TCP_MAXWIN << CCV(ccv, snd_scale));
H A Dcc_newreno.c341 TCP_MAXWIN << CCV(ccv, snd_scale));
/freebsd-current/sys/netinet/
H A Dsiftr.c191 u_char snd_scale; member in struct:pkt_node
424 pkt_node->snd_scale,
685 pn->snd_scale = tp->snd_scale;
H A Dtcp_usrreq.c1559 ti->tcpi_snd_wscale = tp->snd_scale;
3075 db_printf("snd_scale: %u rcv_scale: %u request_r_scale: %u\n",
3076 tp->snd_scale, tp->rcv_scale, tp->request_r_scale);
H A Dtcp_var.h368 u_char snd_scale; /* window scaling for send window */ member in struct:tcpcb
H A Dtcp_input.c1595 tiwin = th->th_win << tp->snd_scale;
1660 tp->snd_scale = to.to_wscale;
H A Dtcp_syncache.c961 tp->snd_scale = sc->sc_requested_s_scale;
H A Dtcp_log_buf.c1865 COPY_STAT(snd_scale);
/freebsd-current/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c336 tp->snd_scale = G_TCPOPT_SND_WSCALE(opt);
/freebsd-current/sys/netinet/tcp_stacks/
H A Drack.c16536 tiwin = ae->win << tp->snd_scale;
17252 tiwin = th->th_win << tp->snd_scale;
17520 tp->snd_scale = to.to_wscale;
25464 ti->tcpi_snd_wscale = tp->snd_scale;
H A Dbbr.c11303 tiwin = th->th_win << tp->snd_scale;
11390 tp->snd_scale = to.to_wscale;

Completed in 502 milliseconds