ack_seq           495 drivers/infiniband/hw/i40iw/i40iw_cm.c 		tcph->ack_seq = htonl(cm_node->tcp_cntxt.loc_ack_num);
ack_seq           498 drivers/infiniband/hw/i40iw/i40iw_cm.c 		tcph->ack_seq = 0;
ack_seq          2538 drivers/infiniband/hw/i40iw/i40iw_cm.c 	if (ntohl(tcph->ack_seq) != cm_node->tcp_cntxt.loc_seq_num) {
ack_seq          2554 drivers/infiniband/hw/i40iw/i40iw_cm.c 	u32 ack_seq;
ack_seq          2560 drivers/infiniband/hw/i40iw/i40iw_cm.c 	ack_seq = ntohl(tcph->ack_seq);
ack_seq          2562 drivers/infiniband/hw/i40iw/i40iw_cm.c 	if (ack_seq != loc_seq_num)
ack_seq          2665 drivers/infiniband/hw/i40iw/i40iw_cm.c 		cm_node->tcp_cntxt.rem_ack_num = ntohl(tcph->ack_seq);
ack_seq          2692 drivers/infiniband/hw/i40iw/i40iw_cm.c 		cm_node->tcp_cntxt.loc_seq_num = ntohl(tcph->ack_seq);
ack_seq          2698 drivers/infiniband/hw/i40iw/i40iw_cm.c 		cm_node->tcp_cntxt.loc_seq_num = ntohl(tcph->ack_seq);
ack_seq          2742 drivers/infiniband/hw/i40iw/i40iw_cm.c 		cm_node->tcp_cntxt.rem_ack_num = ntohl(tcph->ack_seq);
ack_seq          2757 drivers/infiniband/hw/i40iw/i40iw_cm.c 		cm_node->tcp_cntxt.rem_ack_num = ntohl(tcph->ack_seq);
ack_seq           402 drivers/net/ethernet/chelsio/cxgb/cpl5_cmd.h 	u32 ack_seq;
ack_seq           867 drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h 	__be32 ack_seq;
ack_seq          1472 drivers/net/ethernet/emulex/benet/be_main.c 						 ntohs(tcphdr->ack_seq));
ack_seq           722 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 		tcp->ack_seq            = cqe->lro_ack_seq_num;
ack_seq          2322 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	OFFLOAD(TCP_FLAGS, 1, tcp.ack_seq, 5, tcp_flags),
ack_seq          8232 drivers/net/ethernet/neterion/s2io.c 	lro->tcp_ack = tcp->ack_seq;
ack_seq          8264 drivers/net/ethernet/neterion/s2io.c 	tcp->ack_seq = lro->tcp_ack;
ack_seq          8290 drivers/net/ethernet/neterion/s2io.c 	lro->tcp_ack = tcp->ack_seq;
ack_seq           384 drivers/net/slip/slhc.c 	if((deltaA = ntohl(th->ack_seq) - ntohl(oth->ack_seq)) != 0L){
ack_seq           554 drivers/net/slip/slhc.c 		thp->ack_seq = htonl( ntohl(thp->ack_seq) + i);
ack_seq           583 drivers/net/slip/slhc.c 			thp->ack_seq = htonl( ntohl(thp->ack_seq) + x);
ack_seq           165 drivers/staging/wilc1000/wilc_wlan.c 		ack_no = ntohl(tcp_hdr_ptr->ack_seq);
ack_seq           848 include/net/tcp.h 	__u32		ack_seq;	/* Sequence number ACK'd	*/
ack_seq          2286 include/net/tcp.h 			     void (*cad)(struct sock *sk, u32 ack_seq));
ack_seq            29 include/uapi/linux/tcp.h 	__be32	ack_seq;
ack_seq          5817 net/core/filter.c 	cookie = ntohl(th->ack_seq) - 1;
ack_seq            82 net/ipv4/netfilter/nf_reject_ipv4.c 		tcph->seq = oth->ack_seq;
ack_seq            84 net/ipv4/netfilter/nf_reject_ipv4.c 		tcph->ack_seq = htonl(ntohl(oth->seq) + oth->syn + oth->fin +
ack_seq           291 net/ipv4/syncookies.c 	__u32 cookie = ntohl(th->ack_seq) - 1;
ack_seq           119 net/ipv4/tcp_input.c 			     void (*cad)(struct sock *sk, u32 ack_seq))
ack_seq          1102 net/ipv4/tcp_input.c 	if (before(start_seq_0, TCP_SKB_CB(ack_skb)->ack_seq)) {
ack_seq          1692 net/ipv4/tcp_input.c 	if (before(TCP_SKB_CB(ack_skb)->ack_seq, prior_snd_una - tp->max_window))
ack_seq          1718 net/ipv4/tcp_input.c 				if ((TCP_SKB_CB(ack_skb)->ack_seq != tp->snd_una) &&
ack_seq          3347 net/ipv4/tcp_input.c 					const u32 ack, const u32 ack_seq,
ack_seq          3351 net/ipv4/tcp_input.c 		after(ack_seq, tp->snd_wl1) ||
ack_seq          3352 net/ipv4/tcp_input.c 		(ack_seq == tp->snd_wl1 && nwin > tp->snd_wnd);
ack_seq          3381 net/ipv4/tcp_input.c 				 u32 ack_seq)
ack_seq          3390 net/ipv4/tcp_input.c 	if (tcp_may_update_window(tp, ack, ack_seq, nwin)) {
ack_seq          3392 net/ipv4/tcp_input.c 		tcp_update_wl(tp, ack_seq);
ack_seq          3593 net/ipv4/tcp_input.c 	u32 ack_seq = TCP_SKB_CB(skb)->seq;
ack_seq          3594 net/ipv4/tcp_input.c 	u32 ack = TCP_SKB_CB(skb)->ack_seq;
ack_seq          3653 net/ipv4/tcp_input.c 		tcp_update_wl(tp, ack_seq);
ack_seq          3663 net/ipv4/tcp_input.c 		if (ack_seq != TCP_SKB_CB(skb)->end_seq)
ack_seq          3668 net/ipv4/tcp_input.c 		flag |= tcp_ack_update_window(sk, skb, ack, ack_seq);
ack_seq          4065 net/ipv4/tcp_input.c 	u32 ack = TCP_SKB_CB(skb)->ack_seq;
ack_seq          4440 net/ipv4/tcp_input.c 	TCP_SKB_CB(to)->ack_seq = TCP_SKB_CB(from)->ack_seq;
ack_seq          4734 net/ipv4/tcp_input.c 	TCP_SKB_CB(skb)->ack_seq = tcp_sk(sk)->snd_una - 1;
ack_seq          5590 net/ipv4/tcp_input.c 	    !after(TCP_SKB_CB(skb)->ack_seq, tp->snd_nxt)) {
ack_seq          5672 net/ipv4/tcp_input.c 			if (TCP_SKB_CB(skb)->ack_seq != tp->snd_una) {
ack_seq          5892 net/ipv4/tcp_input.c 		if (!after(TCP_SKB_CB(skb)->ack_seq, tp->snd_una) ||
ack_seq          5893 net/ipv4/tcp_input.c 		    after(TCP_SKB_CB(skb)->ack_seq, tp->snd_nxt))
ack_seq          6244 net/ipv4/tcp_input.c 		tp->snd_una = TCP_SKB_CB(skb)->ack_seq;
ack_seq           690 net/ipv4/tcp_ipv4.c 		rep.th.seq = th->ack_seq;
ack_seq           693 net/ipv4/tcp_ipv4.c 		rep.th.ack_seq = htonl(ntohl(th->seq) + th->syn + th->fin +
ack_seq           841 net/ipv4/tcp_ipv4.c 	rep.th.ack_seq = htonl(ack);
ack_seq          1717 net/ipv4/tcp_ipv4.c 		if (after(TCP_SKB_CB(skb)->ack_seq, TCP_SKB_CB(tail)->ack_seq))
ack_seq          1718 net/ipv4/tcp_ipv4.c 			TCP_SKB_CB(tail)->ack_seq = TCP_SKB_CB(skb)->ack_seq;
ack_seq          1795 net/ipv4/tcp_ipv4.c 	TCP_SKB_CB(skb)->ack_seq = ntohl(th->ack_seq);
ack_seq           698 net/ipv4/tcp_minisocks.c 	    (TCP_SKB_CB(skb)->ack_seq !=
ack_seq           242 net/ipv4/tcp_offload.c 	flush |= (__force int)(th->ack_seq ^ th2->ack_seq);
ack_seq          1111 net/ipv4/tcp_output.c 	th->ack_seq		= htonl(rcv_nxt);
ack_seq          3345 net/ipv4/tcp_output.c 	th->ack_seq = htonl(tcp_rsk(req)->rcv_nxt);
ack_seq           103 net/ipv6/netfilter/nf_reject_ipv6.c 		tcph->seq = oth->ack_seq;
ack_seq           104 net/ipv6/netfilter/nf_reject_ipv6.c 		tcph->ack_seq = 0;
ack_seq           107 net/ipv6/netfilter/nf_reject_ipv6.c 		tcph->ack_seq = htonl(ntohl(oth->seq) + oth->syn + oth->fin +
ack_seq           136 net/ipv6/syncookies.c 	__u32 cookie = ntohl(th->ack_seq) - 1;
ack_seq           844 net/ipv6/tcp_ipv6.c 	t1->ack_seq = htonl(ack);
ack_seq           927 net/ipv6/tcp_ipv6.c 	u32 seq = 0, ack_seq = 0;
ack_seq           984 net/ipv6/tcp_ipv6.c 		seq = ntohl(th->ack_seq);
ack_seq           986 net/ipv6/tcp_ipv6.c 		ack_seq = ntohl(th->seq) + th->syn + th->fin + skb->len -
ack_seq          1008 net/ipv6/tcp_ipv6.c 	tcp_v6_send_response(sk, skb, seq, ack_seq, 0, 0, 0, oif, key, 1, 0,
ack_seq          1470 net/ipv6/tcp_ipv6.c 	TCP_SKB_CB(skb)->ack_seq = ntohl(th->ack_seq);
ack_seq           317 net/netfilter/ipvs/ip_vs_app.c 	__u32 ack_seq = ntohl(th->ack_seq);
ack_seq           327 net/netfilter/ipvs/ip_vs_app.c 		if(after(ack_seq, vseq->init_seq+vseq->delta)) {
ack_seq           328 net/netfilter/ipvs/ip_vs_app.c 			th->ack_seq = htonl(ack_seq - vseq->delta);
ack_seq           333 net/netfilter/ipvs/ip_vs_app.c 			th->ack_seq = htonl(ack_seq - vseq->previous_delta);
ack_seq           483 net/netfilter/nf_conntrack_proto_tcp.c 	ack = sack = ntohl(tcph->ack_seq);
ack_seq           921 net/netfilter/nf_conntrack_proto_tcp.c 		    && ntohl(th->ack_seq) == ct->proto.tcp.last_end) {
ack_seq          1073 net/netfilter/nf_conntrack_proto_tcp.c 		    && ntohl(th->ack_seq) == ct->proto.tcp.last_end) {
ack_seq           198 net/netfilter/nf_conntrack_seqadj.c 	if (after(ntohl(tcph->ack_seq) - other_way->offset_before,
ack_seq           204 net/netfilter/nf_conntrack_seqadj.c 	newack = htonl(ntohl(tcph->ack_seq) - ackoff);
ack_seq           205 net/netfilter/nf_conntrack_seqadj.c 	inet_proto_csum_replace4(&tcph->check, skb, tcph->ack_seq, newack,
ack_seq           208 net/netfilter/nf_conntrack_seqadj.c 		 ntohl(tcph->seq), ntohl(newseq), ntohl(tcph->ack_seq),
ack_seq           210 net/netfilter/nf_conntrack_seqadj.c 	tcph->ack_seq = newack;
ack_seq            79 net/netfilter/nf_log_common.c 			       ntohl(th->seq), ntohl(th->ack_seq));
ack_seq           491 net/netfilter/nf_synproxy_core.c 	nth->ack_seq	= htonl(ntohl(th->seq) + 1);
ack_seq           537 net/netfilter/nf_synproxy_core.c 	nth->ack_seq	= htonl(ntohl(th->ack_seq) - 1);
ack_seq           578 net/netfilter/nf_synproxy_core.c 	nth->seq	= htonl(ntohl(th->ack_seq));
ack_seq           579 net/netfilter/nf_synproxy_core.c 	nth->ack_seq	= htonl(ntohl(th->seq) + 1);
ack_seq           617 net/netfilter/nf_synproxy_core.c 	nth->ack_seq	= th->ack_seq;
ack_seq           638 net/netfilter/nf_synproxy_core.c 	mss = __cookie_v4_check(ip_hdr(skb), th, ntohl(th->ack_seq) - 1);
ack_seq           729 net/netfilter/nf_synproxy_core.c 		synproxy->isn = ntohl(th->ack_seq);
ack_seq           905 net/netfilter/nf_synproxy_core.c 	nth->ack_seq	= htonl(ntohl(th->seq) + 1);
ack_seq           952 net/netfilter/nf_synproxy_core.c 	nth->ack_seq	= htonl(ntohl(th->ack_seq) - 1);
ack_seq           993 net/netfilter/nf_synproxy_core.c 	nth->seq	= htonl(ntohl(th->ack_seq));
ack_seq           994 net/netfilter/nf_synproxy_core.c 	nth->ack_seq	= htonl(ntohl(th->seq) + 1);
ack_seq          1033 net/netfilter/nf_synproxy_core.c 	nth->ack_seq	= th->ack_seq;
ack_seq          1056 net/netfilter/nf_synproxy_core.c 	mss = nf_cookie_v6_check(ipv6_hdr(skb), th, ntohl(th->ack_seq) - 1);
ack_seq          1153 net/netfilter/nf_synproxy_core.c 		synproxy->isn = ntohl(th->ack_seq);
ack_seq           103 net/rds/ib_cm.c 	__be64 ack_seq = 0;
ack_seq           121 net/rds/ib_cm.c 			ack_seq = get_unaligned(&dp->ricp_v6.dp_ack_seq);
ack_seq           128 net/rds/ib_cm.c 		ack_seq = get_unaligned(&dp->ricp_v4.dp_ack_seq);
ack_seq           187 net/rds/ib_cm.c 		if (ack_seq)
ack_seq           188 net/rds/ib_cm.c 			rds_send_drop_acked(conn, be64_to_cpu(ack_seq),
ack_seq           961 net/sched/sch_cake.c 	u32 ack_seq_a = ntohl(tcph_a->ack_seq);
ack_seq          1207 net/sched/sch_cake.c 		    after(ntohl(tcph_check->ack_seq), ntohl(tcph->ack_seq)))
ack_seq          1219 net/sched/sch_cake.c 		    (ntohl(tcph_check->ack_seq) == ntohl(tcph->ack_seq) &&
ack_seq           142 tools/testing/selftests/bpf/progs/test_tcp_check_syncookie_kern.c 		__u32 cookie = bpf_ntohl(tcph->ack_seq) - 1;