/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | tcp.h | 49 uint16_t th_win; /* (u) */ member
|
/freebsd/sys/netinet/ |
H A D | tcpip.h | 54 #define ti_win ti_t.th_win
|
H A D | tcp_lro.c | 732 pa->tcp->th_win = le->window; in tcp_lro_update_checksum() 893 le->window = th->th_win; in tcp_set_entry_to_mbuf() 1070 le->window == th->th_win))) { in tcp_lro_condense() 1079 le->window = th->th_win; in tcp_lro_condense() 1082 if (WIN_GT(th->th_win, le->window)) { in tcp_lro_condense() 1083 le->window = th->th_win; in tcp_lro_condense()
|
H A D | tcp_lro_hpts.c | 91 ae->win = th->th_win; in build_ack_entry() 158 uint32_t th_ack, uint16_t th_win) in tcp_lro_log() argument 185 log.u_bbr.pacing_gain = th_win; in tcp_lro_log()
|
H A D | tcp_var.h | 1583 th->th_win = ntohs(th->th_win); in tcp_fields_to_host() 1593 th->th_win = htons(th->th_win); in tcp_fields_to_net()
|
H A D | tcp.h | 77 u_short th_win; /* window */ member
|
H A D | tcp_output.c | 1293 th->th_win = htons((u_short) in tcp_default_output() 1298 th->th_win = htons((u_short)(recwin >> tp->rcv_scale)); in tcp_default_output() 1309 if (th->th_win == 0) { in tcp_default_output()
|
/freebsd/contrib/tcpdump/ |
H A D | tcp.h | 47 nd_uint16_t th_win; /* window */ member
|
/freebsd/sys/net/ |
H A D | slcompress.c | 285 deltaS = (u_int16_t)(ntohs(th->th_win) - ntohs(oth->th_win)); in sl_compress_tcp() 544 DECODES(th->th_win) in sl_uncompress_tcp_core()
|
/freebsd/usr.sbin/ppp/ |
H A D | slcompress.c | 299 deltaS = (u_short) (ntohs(th->th_win) - ntohs(oth->th_win)); in sl_compress_tcp() 530 DECODES(th->th_win) in sl_uncompress_tcp()
|
/freebsd/sbin/ipf/ipsend/ |
H A D | ip.c | 258 if (!t2->th_win) in send_tcp() 259 t2->th_win = htons(4096); in send_tcp()
|
H A D | ipsend.c | 295 tcp->th_win = atoi(optarg); in main()
|
H A D | iptests.c | 909 t->th_win = htons(4096); in ip_test5() 1040 t->th_win = htons(0xffff); in ip_test5()
|
/freebsd/sbin/ipf/libipf/ |
H A D | ipft_tx.c | 242 tcp->th_win = htons(4096); in parseline() 403 tcp->th_win = htons(4096); in parseipv6()
|
/freebsd/cddl/lib/libdtrace/ |
H A D | tcp.d | 270 tcp_window = p == NULL ? 0 : ntohs(p->th_win); 289 tcp_window = p == NULL ? 0 : p->th_win;
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_rcmd_pxy.c | 264 tcp2->th_win = htons(8192); in ipf_p_rcmd_portmsg()
|
H A D | ip_raudio_pxy.c | 276 tcp2->th_win = htons(8192); in ipf_p_raudio_in()
|
H A D | ip_irc_pxy.c | 395 tcp2->th_win = htons(8192); in ipf_p_irc_send()
|
H A D | ip_fil_freebsd.c | 371 tcp2->th_win = tcp->th_win; in ipf_send_reset()
|
H A D | ip_state.c | 1549 is->is_maxswin = ntohs(tcp->th_win); in ipf_state_add() 2117 win = ntohs(tcp->th_win); in ipf_state_tcpinwindow() 2119 win = ntohs(tcp->th_win) << fdata->td_winscale; in ipf_state_tcpinwindow() 2324 clone->is_maxdwin = ntohs(tcp->th_win); in ipf_state_clone() 2332 clone->is_maxswin = ntohs(tcp->th_win); in ipf_state_clone()
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_osfp.c | 134 fp.fp_wsize = ntohs(tcp->th_win); in pf_osfp_fingerprint_hdr()
|
/freebsd/sys/dev/sfxge/ |
H A D | sfxge_rx.c | 399 c_th->th_win = c->th_last->th_win; in sfxge_lro_deliver()
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t6_kern_tls.c | 1530 if (first_wr || tlsp->prev_win != ntohs(tcp->th_win)) { in ktls_write_tls_wr() 1535 V_TCB_RCV_WND(ntohs(tcp->th_win))); in ktls_write_tls_wr() 1539 tlsp->prev_win = ntohs(tcp->th_win); in ktls_write_tls_wr()
|
/freebsd/sbin/ipf/iplang/ |
H A D | iplang_y.y | 951 tcp->th_win = htons(4096); in new_tcpheader() 1032 tcp->th_win = htons(strtol(*arg, NULL, 0)); in set_tcpwin()
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_rx.c | 195 th->th_win = cqe->lro_tcp_win; in mlx5e_lro_update_hdr()
|