Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A Docelot_vcap.h158 enum ocelot_vcap_bit tcp_ack; member
178 enum ocelot_vcap_bit tcp_ack; member
H A Docelot_vcap.c484 enum ocelot_vcap_bit ttl, fragment, options, tcp_ack, tcp_urg; in is2_entry_set() local
509 tcp_ack = ipv4->tcp_ack; in is2_entry_set()
539 tcp_ack = ipv6->tcp_ack; in is2_entry_set()
591 tcp_ack); in is2_entry_set()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dmlx5_ifc_dr.h346 u8 tcp_ack[0x1]; member
429 u8 tcp_ack[0x1]; member
H A Ddr_ste.c46 MLX5_SET(ste_##lookup_type, tag, tcp_ack, !!((spec)->tcp_flags & (1 << 4))); \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c845 u64 tcp_ack, u64 tcp_win, bool offset) in chcr_ktls_xmit_tcb_cpls() argument
899 if (first_wr || tx_info->prev_ack != tcp_ack) { in chcr_ktls_xmit_tcb_cpls()
903 TCB_RCV_NXT_V(tcp_ack), 0); in chcr_ktls_xmit_tcb_cpls()
904 tx_info->prev_ack = tcp_ack; in chcr_ktls_xmit_tcb_cpls()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/neterion/
H A Ds2io.h679 __be32 tcp_ack; member
H A Ds2io.c8233 lro->tcp_ack = tcp->ack_seq; in initiate_new_session()
8265 tcp->ack_seq = lro->tcp_ack; in update_L3L4_header()
8291 lro->tcp_ack = tcp->ack_seq; in aggregate_new_rx()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_input.c3729 static int tcp_ack(struct sock *sk, const struct sk_buff *skb, int flag) in tcp_ack() function
5853 tcp_ack(sk, skb, 0); in tcp_rcv_established()
5897 tcp_ack(sk, skb, FLAG_DATA); in tcp_rcv_established()
5929 if (tcp_ack(sk, skb, FLAG_SLOWPATH | FLAG_UPDATE_TS_RECENT) < 0) in tcp_rcv_established()
6175 tcp_ack(sk, skb, FLAG_SLOWPATH); in tcp_rcv_synsent_state_process()
6446 acceptable = tcp_ack(sk, skb, FLAG_SLOWPATH | in tcp_rcv_state_process()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c776 u8 tcp_ack = (l4_hdr_type == CQE_L4_HDR_TYPE_TCP_ACK_NO_DATA) || in mlx5e_lro_update_tcp_hdr() local
782 if (tcp_ack) { in mlx5e_lro_update_tcp_hdr()