| /linux-6.15/Documentation/networking/net_cachelines/ |
| H A D | tcp_sock.rst | 21 …_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 30 …id * tcp_clean_acked read_mostly tcp_ack 56 … is_sack_reneg read_mostly tcp_skb_entail,tcp_ack 71 …2 tlp_high_seq read_mostly tcp_ack 82 …te_skb_sent,tcp_event_new_data_sent,tcp_cwnd_validate,tcp_write_xmit(tx);tcp_ack,tcp_clean_rtx_que… 101 …ly read_mostly tcp_rate_skb_sent,tcp_newly_delivered(tx);tcp_ack,tcp_rate_gen,tcp_… 102 …y read_write tcp_rate_skb_sent, tcp_newly_delivered(tx);tcp_ack, tcp_rate_gen, tc… [all …]
|
| H A D | snmp.rst | 21 …_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.15/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| H A D | mlx5_ifc_dr_ste_v1.h | 306 u8 tcp_ack[0x1]; member 377 u8 tcp_ack[0x1]; member
|
| H A D | mlx5_ifc_dr.h | 255 u8 tcp_ack[0x1]; member 338 u8 tcp_ack[0x1]; member
|
| H A D | dr_ste.h | 45 MLX5_SET(ste_##lookup_type, tag, tcp_ack, !!((spec)->tcp_flags & (1 << 4))); \
|
| /linux-6.15/include/soc/mscc/ |
| H A D | ocelot_vcap.h | 561 enum ocelot_vcap_bit tcp_ack; member 581 enum ocelot_vcap_bit tcp_ack; member
|
| /linux-6.15/drivers/net/ethernet/mscc/ |
| H A D | ocelot_vcap.c | 485 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.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | definer.h | 379 u8 tcp_ack[0x1]; member 535 u8 tcp_ack[0x20]; member
|
| H A D | definer.c | 1120 misc_parameters_3.inner_tcp_ack_num, tcp_icmp.tcp_ack); in hws_definer_conv_misc3() 1129 misc_parameters_3.outer_tcp_ack_num, tcp_icmp.tcp_ack); in hws_definer_conv_misc3()
|
| /linux-6.15/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
| H A D | chcr_ktls.c | 840 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.15/drivers/gpu/drm/ci/xfails/ |
| H A D | msm-sm8350-hdk-skips.txt | 105 # [ 228.243751] lr : tcp_ack+0x9d4/0x1238
|
| /linux-6.15/drivers/net/ethernet/neterion/ |
| H A D | s2io.h | 679 __be32 tcp_ack; member
|
| H A D | s2io.c | 8228 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.15/net/ipv4/ |
| H A D | tcp_input.c | 3937 static int tcp_ack(struct sock *sk, const struct sk_buff *skb, int flag) in tcp_ack() function 6220 tcp_ack(sk, skb, flag); in tcp_rcv_established() 6267 tcp_ack(sk, skb, flag | FLAG_DATA); in tcp_rcv_established() 6301 reason = tcp_ack(sk, skb, FLAG_SLOWPATH | FLAG_UPDATE_TS_RECENT); in tcp_rcv_established() 6555 tcp_ack(sk, skb, FLAG_SLOWPATH); in tcp_rcv_synsent_state_process() 6851 reason = tcp_ack(sk, skb, FLAG_SLOWPATH | in tcp_rcv_state_process()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_rx.c | 1144 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()
|