Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mscc/
Docelot_ace.h150 enum ocelot_vcap_bit tcp_ack; member
169 enum ocelot_vcap_bit tcp_ack; member
Docelot_ace.c434 enum ocelot_vcap_bit ttl, fragment, options, tcp_ack, tcp_urg; in is2_entry_set() local
459 tcp_ack = ipv4->tcp_ack; in is2_entry_set()
489 tcp_ack = ipv6->tcp_ack; in is2_entry_set()
530 VCAP_KEY_BIT_SET(IP4_TCP_UDP_L4_ACK, tcp_ack); in is2_entry_set()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dmlx5_ifc_dr.h345 u8 tcp_ack[0x1]; member
428 u8 tcp_ack[0x1]; member
Ddr_ste.c45 MLX5_SET(ste_##lookup_type, tag, tcp_ack, !!((spec)->tcp_flags & (1 << 4))); \
/Linux-v5.4/drivers/net/ethernet/neterion/
Ds2io.h679 __be32 tcp_ack; member
Ds2io.c8232 lro->tcp_ack = tcp->ack_seq; in initiate_new_session()
8264 tcp->ack_seq = lro->tcp_ack; in update_L3L4_header()
8290 lro->tcp_ack = tcp->ack_seq; in aggregate_new_rx()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c713 u8 tcp_ack = (l4_hdr_type == CQE_L4_HDR_TYPE_TCP_ACK_NO_DATA) || in mlx5e_lro_update_tcp_hdr() local
719 if (tcp_ack) { in mlx5e_lro_update_tcp_hdr()
/Linux-v5.4/net/ipv4/
Dtcp_input.c3580 static int tcp_ack(struct sock *sk, const struct sk_buff *skb, int flag) in tcp_ack() function
5624 tcp_ack(sk, skb, 0); in tcp_rcv_established()
5668 tcp_ack(sk, skb, FLAG_DATA); in tcp_rcv_established()
5698 if (tcp_ack(sk, skb, FLAG_SLOWPATH | FLAG_UPDATE_TS_RECENT) < 0) in tcp_rcv_established()
5932 tcp_ack(sk, skb, FLAG_SLOWPATH); in tcp_rcv_synsent_state_process()
6199 acceptable = tcp_ack(sk, skb, FLAG_SLOWPATH | in tcp_rcv_state_process()