Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
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-6.12.1/include/linux/mlx5/
Ddevice.h829 __be16 tcp_win; member
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c1155 tcp->window = cqe->lro.tcp_win; in mlx5e_lro_update_tcp_hdr()