Searched refs:snd_scale (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/netinet/cc/ |
| H A D | cc_chd.c | 222 TCP_MAXWIN << CCV(ccv, snd_scale)); in chd_window_increase() 226 TCP_MAXWIN << CCV(ccv, snd_scale)); in chd_window_increase()
|
| H A D | cc_vegas.c | 153 TCP_MAXWIN << CCV(ccv, snd_scale)); in vegas_ack_received()
|
| H A D | cc_cdg.c | 439 TCP_MAXWIN << CCV(ccv, snd_scale)); in cdg_window_increase() 442 TCP_MAXWIN << CCV(ccv, snd_scale)); in cdg_window_increase()
|
| H A D | cc_newreno.c | 195 TCP_MAXWIN << CCV(ccv, snd_scale)); in newreno_ack_received()
|
| /f-stack/freebsd/netinet/ |
| H A D | siftr.c | 218 u_char snd_scale; member 487 pkt_node->snd_scale, in siftr_process_pkt() 538 pkt_node->snd_scale, in siftr_process_pkt() 787 pn->snd_scale = tp->snd_scale; in siftr_siftdata()
|
| H A D | tcp_var.h | 168 u_char snd_scale; /* window scaling for send window */ member
|
| H A D | tcp_usrreq.c | 1772 ti->tcpi_snd_wscale = tp->snd_scale; in tcp_fill_info() 3027 tp->snd_scale, tp->rcv_scale, tp->request_r_scale); in db_print_tcpcb()
|
| H A D | tcp_input.c | 1573 tiwin = th->th_win << tp->snd_scale; in tcp_do_segment() 1655 tp->snd_scale = to.to_wscale; in tcp_do_segment()
|
| H A D | tcp_log_buf.c | 1693 COPY_STAT(snd_scale); in tcp_log_event_()
|
| H A D | tcp_syncache.c | 1063 tp->snd_scale = sc->sc_requested_s_scale; in syncache_socket()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 168 u_char snd_scale; /* window scaling for send window */ member
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 10914 tiwin = th->th_win << tp->snd_scale; in rack_do_segment_nounlock() 10993 tp->snd_scale = to.to_wscale; in rack_do_segment_nounlock()
|
| H A D | bbr.c | 11434 tiwin = th->th_win << tp->snd_scale; in bbr_do_segment_nounlock() 11513 tp->snd_scale = to.to_wscale; in bbr_do_segment_nounlock()
|