| /f-stack/freebsd/netinet/ |
| H A D | tcp_lro.c | 440 uint32_t th_seq , uint32_t th_ack, uint16_t th_win) in tcp_lro_log() argument 467 log.u_bbr.pacing_gain = th_win; in tcp_lro_log() 538 th->th_win = le->window; in tcp_flush_out_le() 642 le->window = th->th_win; in tcp_set_le_to_m() 795 le->window == th->th_win))) { in tcp_lro_condense() 801 th->th_win); in tcp_lro_condense() 809 le->window = th->th_win; in tcp_lro_condense() 811 le->window = WIN_MAX(le->window, th->th_win); in tcp_lro_condense() 822 th->th_win); in tcp_lro_condense() 840 th->th_win); in tcp_lro_condense() [all …]
|
| H A D | tcpip.h | 57 #define ti_win ti_t.th_win
|
| H A D | tcp_var.h | 1081 th->th_win = ntohs(th->th_win); in tcp_fields_to_host() 1091 th->th_win = htons(th->th_win); in tcp_fields_to_net()
|
| H A D | tcp.h | 78 u_short th_win; /* window */ member
|
| H A D | tcp_output.c | 1274 th->th_win = htons((u_short) in tcp_output() 1279 th->th_win = htons((u_short)(recwin >> tp->rcv_scale)); in tcp_output() 1290 if (th->th_win == 0) { in tcp_output()
|
| H A D | tcp_timewait.c | 619 th->th_win = htons(tw->last_win); in tcp_twrespond()
|
| H A D | tcp_subr.c | 1359 th->th_win = 0; in tcpip_fillheaders() 1624 nth->th_win = htons((u_short) (win >> tp->rcv_scale)); in tcp_respond() 1626 nth->th_win = htons((u_short)win); in tcp_respond()
|
| H A D | tcp_input.c | 1573 tiwin = th->th_win << tp->snd_scale; in tcp_do_segment() 1662 tp->snd_wnd = th->th_win; in tcp_do_segment()
|
| H A D | tcp_syncache.c | 1962 th->th_win = htons(sc->sc_wnd); in syncache_respond()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcpip.h | 57 #define ti_win ti_t.th_win
|
| H A D | tcp_var.h | 1081 th->th_win = ntohs(th->th_win); in tcp_fields_to_host() 1091 th->th_win = htons(th->th_win); in tcp_fields_to_net()
|
| H A D | tcp.h | 78 u_short th_win; /* window */ member
|
| /f-stack/freebsd/net/ |
| H A D | slcompress.c | 288 deltaS = (u_int16_t)(ntohs(th->th_win) - ntohs(oth->th_win)); in sl_compress_tcp() 547 DECODES(th->th_win) in sl_uncompress_tcp_core()
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_rcmd_pxy.c | 276 tcp2->th_win = htons(8192);
|
| H A D | ip_raudio_pxy.c | 289 tcp2->th_win = htons(8192);
|
| H A D | ip_irc_pxy.c | 408 tcp2->th_win = htons(8192);
|
| H A D | ip_fil_freebsd.c | 413 tcp2->th_win = tcp->th_win;
|
| H A D | ip_state.c | 1598 is->is_maxswin = ntohs(tcp->th_win); 2178 win = ntohs(tcp->th_win); 2180 win = ntohs(tcp->th_win) << fdata->td_winscale; 2388 clone->is_maxdwin = ntohs(tcp->th_win); 2396 clone->is_maxswin = ntohs(tcp->th_win);
|
| H A D | ip_rpcb_pxy.c | 1180 tcp.th_win = htons(8192);
|
| H A D | ip_ftp_pxy.c | 571 tcp2->th_win = htons(8192); 928 tcp2->th_win = htons(8192);
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_osfp.c | 136 fp.fp_wsize = ntohs(tcp->th_win); in pf_osfp_fingerprint_hdr()
|
| H A D | pf.c | 2557 th->th_win = htons(win); in pf_send_tcp() 3780 s->src.max_win = MAX(ntohs(th->th_win), 1); in pf_create_state() 4063 u_int16_t win = ntohs(th->th_win); in pf_tcp_track_full() 4529 (*state)->src.max_win = MAX(ntohs(th->th_win), 1); in pf_test_state_tcp() 4545 (*state)->dst.max_win = MAX(ntohs(th->th_win), 1); in pf_test_state_tcp()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw2.c | 2419 x = ntohs(TCP(ulp)->th_win); in ipfw_chk()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 10914 tiwin = th->th_win << tp->snd_scale; in rack_do_segment_nounlock() 11000 tp->snd_wnd = th->th_win; in rack_do_segment_nounlock() 13533 th->th_win = htons((u_short) in rack_output() 13538 th->th_win = htons((u_short)(recwin >> tp->rcv_scale)); in rack_output() 13548 if (th->th_win == 0) { in rack_output()
|
| H A D | bbr.c | 11434 tiwin = th->th_win << tp->snd_scale; in bbr_do_segment_nounlock() 11520 tp->snd_wnd = th->th_win; in bbr_do_segment_nounlock() 13551 th->th_win = htons((u_short) in bbr_output_wtime() 13556 th->th_win = htons((u_short)(recwin >> tp->rcv_scale)); in bbr_output_wtime() 13566 if (th->th_win == 0) { in bbr_output_wtime()
|