Home
last modified time | relevance | path

Searched defs:tcp_ack (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dmlx5_ifc_dr_ste_v1.h271 u8 tcp_ack[0x1]; member
342 u8 tcp_ack[0x1]; member
Dmlx5_ifc_dr.h255 u8 tcp_ack[0x1]; member
338 u8 tcp_ack[0x1]; member
/linux-6.1.9/include/soc/mscc/
Docelot_vcap.h559 enum ocelot_vcap_bit tcp_ack; member
579 enum ocelot_vcap_bit tcp_ack; member
/linux-6.1.9/drivers/net/ethernet/mscc/
Docelot_vcap.c485 enum ocelot_vcap_bit ttl, fragment, options, tcp_ack, tcp_urg; in is2_entry_set() local
/linux-6.1.9/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
Dchcr_ktls.c844 u64 tcp_ack, u64 tcp_win, bool offset) in chcr_ktls_xmit_tcb_cpls()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c1005 u8 tcp_ack = (l4_hdr_type == CQE_L4_HDR_TYPE_TCP_ACK_NO_DATA) || in mlx5e_lro_update_tcp_hdr() local
/linux-6.1.9/drivers/net/ethernet/neterion/
Ds2io.h679 __be32 tcp_ack; member
/linux-6.1.9/net/ipv4/
Dtcp_input.c3759 static int tcp_ack(struct sock *sk, const struct sk_buff *skb, int flag) in tcp_ack() function