Searched refs:tcp_ack (Results 1 – 8 of 8) sorted by relevance
| /linux/Documentation/networking/net_cachelines/ |
| 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/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/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/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| H A D | dr_ste.h | 45 MLX5_SET(ste_##lookup_type, tag, tcp_ack, !!((spec)->tcp_flags & (1 << 4))); \
|
| /linux/drivers/net/ethernet/neterion/ |
| H A D | s2io.h | 679 __be32 tcp_ack; member
|
| H A D | s2io.c | 8227 lro->tcp_ack = tcp->ack_seq; in initiate_new_session() 8259 tcp->ack_seq = lro->tcp_ack; in update_L3L4_header() 8285 lro->tcp_ack = tcp->ack_seq; in aggregate_new_rx()
|
| /linux/net/ipv4/ |
| H A D | tcp_input.c | 3999 static int tcp_ack(struct sock *sk, const struct sk_buff *skb, int flag) in tcp_ack() function 6374 tcp_ack(sk, skb, flag); in tcp_rcv_established() 6427 tcp_ack(sk, skb, flag | FLAG_DATA); in tcp_rcv_established() 6463 reason = tcp_ack(sk, skb, FLAG_SLOWPATH | FLAG_UPDATE_TS_RECENT); in tcp_rcv_established() 6719 tcp_ack(sk, skb, FLAG_SLOWPATH); in tcp_rcv_synsent_state_process() 7015 reason = tcp_ack(sk, skb, FLAG_SLOWPATH | in tcp_rcv_state_process()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_rx.c | 1157 u8 tcp_ack = (l4_hdr_type == CQE_L4_HDR_TYPE_TCP_ACK_NO_DATA) || in mlx5e_lro_update_tcp_hdr() local 1163 if (tcp_ack) { in mlx5e_lro_update_tcp_hdr()
|