Searched refs:newseq (Results 1 – 1 of 1) sorted by relevance
170 __be32 newseq, newack; in nf_ct_seq_adjust() local189 newseq = htonl(ntohl(tcph->seq) + seqoff); in nf_ct_seq_adjust()190 inet_proto_csum_replace4(&tcph->check, skb, tcph->seq, newseq, false); in nf_ct_seq_adjust()192 ntohl(tcph->seq), ntohl(newseq)); in nf_ct_seq_adjust()193 tcph->seq = newseq; in nf_ct_seq_adjust()208 ntohl(tcph->seq), ntohl(newseq), ntohl(tcph->ack_seq), in nf_ct_seq_adjust()
Completed in 3 milliseconds