Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dcolo.h50 uint32_t tcp_ack; /* acknowledgement number */ member
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dmlx5_ifc_dr_ste_v1.h306 u8 tcp_ack[0x1]; member
377 u8 tcp_ack[0x1]; member
H A Dmlx5_ifc_dr.h255 u8 tcp_ack[0x1]; member
338 u8 tcp_ack[0x1]; member
/openbmc/linux/include/soc/mscc/
H A Docelot_vcap.h559 enum ocelot_vcap_bit tcp_ack; member
579 enum ocelot_vcap_bit tcp_ack; member
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c844 u64 tcp_ack, u64 tcp_win, bool offset) in chcr_ktls_xmit_tcb_cpls()
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_vcap.c485 enum ocelot_vcap_bit ttl, fragment, options, tcp_ack, tcp_urg; in is2_entry_set() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1149 u8 tcp_ack = (l4_hdr_type == CQE_L4_HDR_TYPE_TCP_ACK_NO_DATA) || in mlx5e_lro_update_tcp_hdr() local
/openbmc/linux/drivers/net/ethernet/neterion/
H A Ds2io.h679 __be32 tcp_ack; member
/openbmc/linux/net/ipv4/
H A Dtcp_input.c3784 static int tcp_ack(struct sock *sk, const struct sk_buff *skb, int flag) in tcp_ack() function