Home
last modified time | relevance | path

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

12

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dtcp.h49 uint16_t th_win; /* (u) */ member
/freebsd/sys/netinet/
H A Dtcpip.h54 #define ti_win ti_t.th_win
H A Dtcp_lro.c735 pa->tcp->th_win = le->window; in tcp_lro_update_checksum()
896 le->window = th->th_win; in tcp_set_entry_to_mbuf()
1073 le->window == th->th_win))) { in tcp_lro_condense()
1082 le->window = th->th_win; in tcp_lro_condense()
1085 if (WIN_GT(th->th_win, le->window)) { in tcp_lro_condense()
1086 le->window = th->th_win; in tcp_lro_condense()
H A Dtcp_lro_hpts.c88 ae->win = th->th_win; in build_ack_entry()
154 uint32_t th_ack, uint16_t th_win) in tcp_lro_log() argument
181 log.u_bbr.pacing_gain = th_win; in tcp_lro_log()
H A Dtcp_var.h1561 th->th_win = ntohs(th->th_win); in tcp_fields_to_host()
1571 th->th_win = htons(th->th_win); in tcp_fields_to_net()
H A Dtcp.h77 u_short th_win; /* window */ member
H A Dtcp_output.c1286 th->th_win = htons((u_short) in tcp_default_output()
1291 th->th_win = htons((u_short)(recwin >> tp->rcv_scale)); in tcp_default_output()
1302 if (th->th_win == 0) { in tcp_default_output()
/freebsd/contrib/tcpdump/
H A Dtcp.h47 nd_uint16_t th_win; /* window */ member
/freebsd/sys/net/
H A Dslcompress.c285 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 Dslcompress.c299 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 Dip.c258 if (!t2->th_win) in send_tcp()
259 t2->th_win = htons(4096); in send_tcp()
H A Dipsend.c295 tcp->th_win = atoi(optarg); in main()
H A Diptests.c910 t->th_win = htons(4096); in ip_test5()
1042 t->th_win = htons(0xffff); in ip_test5()
/freebsd/sbin/ipf/libipf/
H A Dipft_tx.c242 tcp->th_win = htons(4096); in parseline()
402 tcp->th_win = htons(4096); in parseipv6()
/freebsd/cddl/lib/libdtrace/
H A Dtcp.d270 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 Dip_rcmd_pxy.c264 tcp2->th_win = htons(8192); in ipf_p_rcmd_portmsg()
H A Dip_raudio_pxy.c276 tcp2->th_win = htons(8192); in ipf_p_raudio_in()
H A Dip_irc_pxy.c395 tcp2->th_win = htons(8192); in ipf_p_irc_send()
H A Dip_fil_freebsd.c398 tcp2->th_win = tcp->th_win; in ipf_send_reset()
H A Dip_state.c1549 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 Dpf_osfp.c134 fp.fp_wsize = ntohs(tcp->th_win); in pf_osfp_fingerprint_hdr()
/freebsd/sys/dev/sfxge/
H A Dsfxge_rx.c399 c_th->th_win = c->th_last->th_win; in sfxge_lro_deliver()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c1530 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 Diplang_y.y951 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 Dmlx5_en_rx.c172 th->th_win = cqe->lro_tcp_win; in mlx5e_lro_update_hdr()

12