Searched refs:last_tcp_hd (Results 1 – 1 of 1) sorted by relevance
1152 struct tcphdr *last_tcp_hd; in mlx5e_shampo_update_fin_psh_flags() local1156 last_tcp_hd = (struct tcphdr *)(last_hd_addr + nhoff); in mlx5e_shampo_update_fin_psh_flags()1158 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()