Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1262 struct tcphdr *last_tcp_hd; in mlx5e_shampo_update_fin_psh_flags() local
1266 last_tcp_hd = last_hd_addr + ETH_HLEN + rq->hw_gro_data->fk.control.thoff; in mlx5e_shampo_update_fin_psh_flags()
1267 tcp_flag_word(skb_tcp_hd) |= tcp_flag_word(last_tcp_hd) & (TCP_FLAG_FIN | TCP_FLAG_PSH); in mlx5e_shampo_update_fin_psh_flags()