Home
last modified time | relevance | path

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

/freebsd/cddl/lib/libdtrace/
H A Dsiftr.d59 u_char snd_scale; member
96 snd_scale = p == NULL ? 0 : p->snd_scale;
H A Dtcp.d236 tcps_snd_ws = p == NULL ? -1 : p->snd_scale;
/freebsd/sys/netinet/cc/
H A Dcc_chd.c226 TCP_MAXWIN << CCV(ccv, snd_scale)); in chd_window_increase()
230 TCP_MAXWIN << CCV(ccv, snd_scale)); in chd_window_increase()
H A Dcc_cdg.c447 TCP_MAXWIN << CCV(ccv, snd_scale)); in cdg_window_increase()
450 TCP_MAXWIN << CCV(ccv, snd_scale)); in cdg_window_increase()
H A Dcc_vegas.c155 TCP_MAXWIN << CCV(ccv, snd_scale)); in vegas_ack_received()
H A Dcc.c580 TCP_MAXWIN << CCV(ccv, snd_scale)); in newreno_cc_ack_received()
H A Dcc_newreno.c341 TCP_MAXWIN << CCV(ccv, snd_scale)); in newreno_ack_received()
H A Dcc_cubic.c232 TCP_MAXWIN << CCV(ccv, snd_scale)); in cubic_does_slow_start()
/freebsd/sys/netinet/
H A Dsiftr.c191 u_char snd_scale; member
424 pkt_node->snd_scale, in siftr_process_pkt()
685 pn->snd_scale = tp->snd_scale; in siftr_siftdata()
H A Dtcp_usrreq.c1559 ti->tcpi_snd_wscale = tp->snd_scale; in tcp_fill_info()
3076 tp->snd_scale, tp->rcv_scale, tp->request_r_scale); in db_print_tcpcb()
H A Dtcp_var.h368 u_char snd_scale; /* window scaling for send window */ member
H A Dtcp_input.c1595 tiwin = th->th_win << tp->snd_scale; in tcp_do_segment()
1660 tp->snd_scale = to.to_wscale; in tcp_do_segment()
H A Dtcp_log_buf.c1865 COPY_STAT(snd_scale); in tcp_log_event()
H A Dtcp_syncache.c961 tp->snd_scale = sc->sc_requested_s_scale; in syncache_socket()
/freebsd/share/dtrace/
H A Dsiftr51 args[0]->snd_scale,
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c336 tp->snd_scale = G_TCPOPT_SND_WSCALE(opt); in assign_rxopt()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c16536 tiwin = ae->win << tp->snd_scale; in rack_do_compressed_ack_processing()
17252 tiwin = th->th_win << tp->snd_scale; in rack_do_segment_nounlock()
17520 tp->snd_scale = to.to_wscale; in rack_do_segment_nounlock()
25464 ti->tcpi_snd_wscale = tp->snd_scale; in rack_fill_info()
H A Dbbr.c11303 tiwin = th->th_win << tp->snd_scale; in bbr_do_segment_nounlock()
11390 tp->snd_scale = to.to_wscale; in bbr_do_segment_nounlock()