Home
last modified time | relevance | path

Searched refs:th_win (Results 1 – 25 of 25) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_lro.c440 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 Dtcpip.h57 #define ti_win ti_t.th_win
H A Dtcp_var.h1081 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 Dtcp.h78 u_short th_win; /* window */ member
H A Dtcp_output.c1274 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 Dtcp_timewait.c619 th->th_win = htons(tw->last_win); in tcp_twrespond()
H A Dtcp_subr.c1359 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 Dtcp_input.c1573 tiwin = th->th_win << tp->snd_scale; in tcp_do_segment()
1662 tp->snd_wnd = th->th_win; in tcp_do_segment()
H A Dtcp_syncache.c1962 th->th_win = htons(sc->sc_wnd); in syncache_respond()
/f-stack/tools/compat/include/netinet/
H A Dtcpip.h57 #define ti_win ti_t.th_win
H A Dtcp_var.h1081 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 Dtcp.h78 u_short th_win; /* window */ member
/f-stack/freebsd/net/
H A Dslcompress.c288 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 Dip_rcmd_pxy.c276 tcp2->th_win = htons(8192);
H A Dip_raudio_pxy.c289 tcp2->th_win = htons(8192);
H A Dip_irc_pxy.c408 tcp2->th_win = htons(8192);
H A Dip_fil_freebsd.c413 tcp2->th_win = tcp->th_win;
H A Dip_state.c1598 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 Dip_rpcb_pxy.c1180 tcp.th_win = htons(8192);
H A Dip_ftp_pxy.c571 tcp2->th_win = htons(8192);
928 tcp2->th_win = htons(8192);
/f-stack/freebsd/netpfil/pf/
H A Dpf_osfp.c136 fp.fp_wsize = ntohs(tcp->th_win); in pf_osfp_fingerprint_hdr()
H A Dpf.c2557 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 Dip_fw2.c2419 x = ntohs(TCP(ulp)->th_win); in ipfw_chk()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c10914 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 Dbbr.c11434 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()