Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dcolo.h50 uint32_t tcp_ack; /* acknowledgement number */ member
H A Dcolo-compare.c209 pkt->tcp_ack = ntohl(tcphd->th_ack); in fill_pkt_tcp_info()
211 *max_ack = pkt->tcp_ack - *max_ack > 0 ? pkt->tcp_ack : *max_ack; in fill_pkt_tcp_info()
371 if (!after(ppkt->tcp_ack, max_ack)) { in colo_mark_tcp_pkt()
465 ppkt->tcp_seq, ppkt->tcp_ack, in colo_compare_tcp()
470 spkt->tcp_seq, spkt->tcp_ack, in colo_compare_tcp()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dmlx5_ifc_dr_ste_v1.h306 u8 tcp_ack[0x1]; member
377 u8 tcp_ack[0x1]; member
H A Dmlx5_ifc_dr.h255 u8 tcp_ack[0x1]; member
338 u8 tcp_ack[0x1]; member
H A Ddr_ste.h45 MLX5_SET(ste_##lookup_type, tag, tcp_ack, !!((spec)->tcp_flags & (1 << 4))); \
/openbmc/linux/include/soc/mscc/
H A Docelot_vcap.h559 enum ocelot_vcap_bit tcp_ack; member
579 enum ocelot_vcap_bit tcp_ack; member
/openbmc/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()
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c844 u64 tcp_ack, u64 tcp_win, bool offset) in chcr_ktls_xmit_tcb_cpls() argument
898 if (first_wr || tx_info->prev_ack != tcp_ack) { in chcr_ktls_xmit_tcb_cpls()
902 TCB_RCV_NXT_V(tcp_ack), 0); in chcr_ktls_xmit_tcb_cpls()
903 tx_info->prev_ack = tcp_ack; in chcr_ktls_xmit_tcb_cpls()
/openbmc/linux/drivers/net/ethernet/neterion/
H A Ds2io.h679 __be32 tcp_ack; member
H A Ds2io.c8227 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()
/openbmc/linux/net/ipv4/
H A Dtcp_input.c3864 static int tcp_ack(struct sock *sk, const struct sk_buff *skb, int flag) in tcp_ack() function
6063 tcp_ack(sk, skb, 0); in tcp_rcv_established()
6109 tcp_ack(sk, skb, FLAG_DATA); in tcp_rcv_established()
6143 reason = tcp_ack(sk, skb, FLAG_SLOWPATH | FLAG_UPDATE_TS_RECENT); in tcp_rcv_established()
6395 tcp_ack(sk, skb, FLAG_SLOWPATH); in tcp_rcv_synsent_state_process()
6683 acceptable = tcp_ack(sk, skb, FLAG_SLOWPATH | in tcp_rcv_state_process()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1149 u8 tcp_ack = (l4_hdr_type == CQE_L4_HDR_TYPE_TCP_ACK_NO_DATA) || in mlx5e_lro_update_tcp_hdr() local
1155 if (tcp_ack) { in mlx5e_lro_update_tcp_hdr()