Searched refs:snd_scale (Results 1 – 18 of 18) sorted by relevance
/freebsd/cddl/lib/libdtrace/ |
H A D | siftr.d | 59 u_char snd_scale; member 96 snd_scale = p == NULL ? 0 : p->snd_scale;
|
H A D | tcp.d | 236 tcps_snd_ws = p == NULL ? -1 : p->snd_scale;
|
/freebsd/sys/netinet/cc/ |
H A D | cc_chd.c | 227 TCP_MAXWIN << CCV(ccv, snd_scale)); in chd_window_increase() 231 TCP_MAXWIN << CCV(ccv, snd_scale)); in chd_window_increase()
|
H A D | cc.c | 544 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 D | cc_cdg.c | 448 TCP_MAXWIN << CCV(ccv, snd_scale)); in cdg_window_increase() 451 TCP_MAXWIN << CCV(ccv, snd_scale)); in cdg_window_increase()
|
H A D | cc_vegas.c | 155 TCP_MAXWIN << CCV(ccv, snd_scale)); in vegas_ack_received()
|
H A D | cc_newreno.c | 341 TCP_MAXWIN << CCV(ccv, snd_scale)); in newreno_ack_received()
|
H A D | cc_cubic.c | 232 TCP_MAXWIN << CCV(ccv, snd_scale)); in cubic_does_slow_start()
|
/freebsd/sys/netinet/ |
H A D | siftr.c | 191 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 D | tcp_input.c | 1595 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 D | tcp_var.h | 368 u_char snd_scale; /* window scaling for send window */ member
|
H A D | tcp_usrreq.c | 1569 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 D | tcp_log_buf.c | 1865 COPY_STAT(snd_scale); in tcp_log_event()
|
H A D | tcp_syncache.c | 933 tp->snd_scale = sc->sc_requested_s_scale; in syncache_socket()
|
/freebsd/share/dtrace/ |
H A D | siftr | 51 args[0]->snd_scale,
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_cpl_io.c | 336 tp->snd_scale = G_TCPOPT_SND_WSCALE(opt); in assign_rxopt()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 11769 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 D | bbr.c | 7695 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()
|