Home
last modified time | relevance | path

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

/linux-6.14.4/Documentation/networking/net_cachelines/
Dtcp_sock.rst21 …_tcp_transmit_skb,tcp_event_new_data_sent(write)(tx);tcp_rcv_established,tcp_ack,tcp_clean_rtx_que…
25 … bytes_acked read_write tcp_snd_una_update/tcp_ack
27 … tcp_wnd_end,tcp_urg_mode,tcp_minshall_check,tcp_cwnd_validate(tx);tcp_ack,tcp_may_update_wi…
29 …2 rcv_tstamp read_mostly tcp_ack
55 … is_sack_reneg read_mostly tcp_skb_entail,tcp_ack
70 …2 tlp_high_seq read_mostly tcp_ack
81 …te_skb_sent,tcp_event_new_data_sent,tcp_cwnd_validate,tcp_write_xmit(tx);tcp_ack,tcp_clean_rtx_que…
100 …ly read_mostly tcp_rate_skb_sent,tcp_newly_delivered(tx);tcp_ack,tcp_rate_gen,tcp_…
101 …y read_write tcp_rate_skb_sent, tcp_newly_delivered(tx);tcp_ack, tcp_rate_gen, tc…
103 …2 lost read_mostly tcp_ack
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-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
Dmlx5_ifc_dr_ste_v1.h306 u8 tcp_ack[0x1]; member
377 u8 tcp_ack[0x1]; member
Dmlx5_ifc_dr.h255 u8 tcp_ack[0x1]; member
338 u8 tcp_ack[0x1]; member
Ddr_ste.h45 MLX5_SET(ste_##lookup_type, tag, tcp_ack, !!((spec)->tcp_flags & (1 << 4))); \
/linux-6.14.4/include/soc/mscc/
Docelot_vcap.h561 enum ocelot_vcap_bit tcp_ack; member
581 enum ocelot_vcap_bit tcp_ack; member
/linux-6.14.4/drivers/net/ethernet/mscc/
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-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Ddefiner.h379 u8 tcp_ack[0x1]; member
535 u8 tcp_ack[0x20]; member
Ddefiner.c1119 misc_parameters_3.inner_tcp_ack_num, tcp_icmp.tcp_ack); in hws_definer_conv_misc3()
1128 misc_parameters_3.outer_tcp_ack_num, tcp_icmp.tcp_ack); in hws_definer_conv_misc3()
/linux-6.14.4/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
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-6.14.4/drivers/gpu/drm/ci/xfails/
Dmsm-sm8350-hdk-skips.txt105 # [ 228.243751] lr : tcp_ack+0x9d4/0x1238
/linux-6.14.4/drivers/net/ethernet/neterion/
Ds2io.h679 __be32 tcp_ack; member
Ds2io.c8228 lro->tcp_ack = tcp->ack_seq; in initiate_new_session()
8260 tcp->ack_seq = lro->tcp_ack; in update_L3L4_header()
8286 lro->tcp_ack = tcp->ack_seq; in aggregate_new_rx()
/linux-6.14.4/net/ipv4/
Dtcp_input.c3910 static int tcp_ack(struct sock *sk, const struct sk_buff *skb, int flag) in tcp_ack() function
6197 tcp_ack(sk, skb, 0); in tcp_rcv_established()
6243 tcp_ack(sk, skb, FLAG_DATA); in tcp_rcv_established()
6277 reason = tcp_ack(sk, skb, FLAG_SLOWPATH | FLAG_UPDATE_TS_RECENT); in tcp_rcv_established()
6532 tcp_ack(sk, skb, FLAG_SLOWPATH); in tcp_rcv_synsent_state_process()
6829 reason = tcp_ack(sk, skb, FLAG_SLOWPATH | in tcp_rcv_state_process()
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c1144 u8 tcp_ack = (l4_hdr_type == CQE_L4_HDR_TYPE_TCP_ACK_NO_DATA) || in mlx5e_lro_update_tcp_hdr() local
1150 if (tcp_ack) { in mlx5e_lro_update_tcp_hdr()