Home
last modified time | relevance | path

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

/linux/Documentation/networking/net_cachelines/
H A Dsnmp.rst21 …_MIB_TCPPUREACKS write_mostly tcp_ack,tcp_rcv_establish…
22 …_MIB_TCPHPACKS write_mostly tcp_ack,tcp_rcv_establish…
23 … write_mostly tcp_newly_delivered,tcp_ack,tcp_rcv_establish…
/linux/include/soc/mscc/
H A Docelot_vcap.h561 enum ocelot_vcap_bit tcp_ack; member
581 enum ocelot_vcap_bit tcp_ack; member
/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
510 tcp_ack = ipv4->tcp_ack; in is2_entry_set()
540 tcp_ack = ipv6->tcp_ack; in is2_entry_set()
592 tcp_ack); in is2_entry_set()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_ste.h45 MLX5_SET(ste_##lookup_type, tag, tcp_ack, !!((spec)->tcp_flags & (1 << 4))); \
/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c840 u64 tcp_ack, u64 tcp_win, bool offset) in chcr_ktls_xmit_tcb_cpls() argument
894 if (first_wr || tx_info->prev_ack != tcp_ack) { in chcr_ktls_xmit_tcb_cpls()
898 TCB_RCV_NXT_V(tcp_ack), 0); in chcr_ktls_xmit_tcb_cpls()
899 tx_info->prev_ack = tcp_ack; in chcr_ktls_xmit_tcb_cpls()
/linux/net/ipv4/
H A Dtcp_input.c4246 static int tcp_ack(struct sock *sk, const struct sk_buff *skb, int flag) in tcp_ack() function
6608 tcp_ack(sk, skb, flag); in tcp_rcv_established()
6661 tcp_ack(sk, skb, flag | FLAG_DATA); in tcp_rcv_established()
6697 reason = tcp_ack(sk, skb, FLAG_SLOWPATH | FLAG_UPDATE_TS_RECENT); in tcp_rcv_established()
6953 tcp_ack(sk, skb, FLAG_SLOWPATH); in tcp_rcv_synsent_state_process()
7249 reason = tcp_ack(sk, skb, FLAG_SLOWPATH | in tcp_rcv_state_process()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Ddefiner.c1372 misc_parameters_3.inner_tcp_ack_num, tcp_icmp.tcp_ack); in hws_definer_conv_misc3()
1381 misc_parameters_3.outer_tcp_ack_num, tcp_icmp.tcp_ack); in hws_definer_conv_misc3()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c965 u8 tcp_ack = (l4_hdr_type == CQE_L4_HDR_TYPE_TCP_ACK_NO_DATA) || in mlx5e_lro_update_tcp_hdr() local
971 if (tcp_ack) { in mlx5e_lro_update_tcp_hdr()