Home
last modified time | relevance | path

Searched refs:tcp_win (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c840 u64 tcp_ack, u64 tcp_win, bool offset) in chcr_ktls_xmit_tcb_cpls() argument
903 if (first_wr || tx_info->prev_win != tcp_win) { in chcr_ktls_xmit_tcb_cpls()
907 TCB_RCV_WND_V(tcp_win), 0); in chcr_ktls_xmit_tcb_cpls()
908 tx_info->prev_win = tcp_win; in chcr_ktls_xmit_tcb_cpls()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1153 tcp->window = cqe->lro.tcp_win; in mlx5e_lro_update_tcp_hdr()