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.c227 TCP_MAXWIN << CCV(ccv, snd_scale)); in chd_window_increase()
231 TCP_MAXWIN << CCV(ccv, snd_scale)); in chd_window_increase()
H A Dcc.c544 return min(cw + incr, TCP_MAXWIN << CCV(ccv, snd_scale)); in newreno_cc_cwnd_in_cong_avoid()
598 return min(cw + incr, TCP_MAXWIN << CCV(ccv, snd_scale)); in newreno_cc_cwnd_in_slow_start()
H A Dcc_cdg.c448 TCP_MAXWIN << CCV(ccv, snd_scale)); in cdg_window_increase()
451 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_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
425 pkt_node->snd_scale, in siftr_process_pkt()
683 pn->snd_scale = tp->snd_scale; in siftr_siftdata()
H A Dtcp_input.c1595 tiwin = th->th_win << tp->snd_scale; in tcp_do_segment()
1655 tp->snd_scale = to.to_wscale; in tcp_do_segment()
2432 if (SEQ_GEQ(tp->snd_una, tp->iss + (TCP_MAXWIN << tp->snd_scale))) { in tcp_do_segment()
H A Dtcp_var.h368 u_char snd_scale; /* window scaling for send window */ member
H A Dtcp_usrreq.c1569 ti->tcpi_snd_wscale = tp->snd_scale; in tcp_fill_info()
3162 tp->snd_scale, tp->rcv_scale, tp->request_r_scale); in db_print_tcpcb()
H A Dtcp_log_buf.c1865 COPY_STAT(snd_scale); in tcp_log_event()
H A Dtcp_syncache.c933 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.c11769 if (SEQ_GEQ(tp->snd_una, tp->iss + (65535 << tp->snd_scale))) { in rack_process_ack()
15776 tiwin = ae->win << tp->snd_scale; in rack_do_compressed_ack_processing()
16492 tiwin = th->th_win << tp->snd_scale; in rack_do_segment_nounlock()
16760 tp->snd_scale = to.to_wscale; in rack_do_segment_nounlock()
24360 ti->tcpi_snd_wscale = tp->snd_scale; in rack_fill_info()
H A Dbbr.c7695 if (SEQ_GEQ(tp->snd_una, tp->iss + (65535 << tp->snd_scale))) { in bbr_process_ack()
11318 tiwin = th->th_win << tp->snd_scale; in bbr_do_segment_nounlock()
11405 tp->snd_scale = to.to_wscale; in bbr_do_segment_nounlock()