Home
last modified time | relevance | path

Searched refs:newseq (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/net/netfilter/
Dnf_conntrack_seqadj.c170 __be32 newseq, newack; in nf_ct_seq_adjust() local
189 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()
/Linux-v5.10/fs/nfs/
Dcallback_proc.c206 u32 oldseq, newseq; in pnfs_check_callback_stateid() local
216 newseq = be32_to_cpu(new->seqid); in pnfs_check_callback_stateid()
220 if (newseq < lo->plh_return_seq) in pnfs_check_callback_stateid()
222 if (newseq > lo->plh_return_seq) in pnfs_check_callback_stateid()
229 if (newseq > oldseq + 1) in pnfs_check_callback_stateid()
232 if (newseq <= oldseq) in pnfs_check_callback_stateid()
Dpnfs.c933 u32 oldseq, newseq, new_barrier = 0; in pnfs_set_layout_stateid() local
936 newseq = be32_to_cpu(new->seqid); in pnfs_set_layout_stateid()
941 lo->plh_barrier = newseq; in pnfs_set_layout_stateid()
946 if (pnfs_seqid_is_newer(newseq, oldseq)) { in pnfs_set_layout_stateid()
952 new_barrier = newseq - atomic_read(&lo->plh_outstanding); in pnfs_set_layout_stateid()