Home
last modified time | relevance | path

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

/linux/net/netfilter/
A 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/fs/nfs/
A Dcallback_proc.c212 u32 oldseq, newseq; in pnfs_check_callback_stateid() local
222 newseq = be32_to_cpu(new->seqid); in pnfs_check_callback_stateid()
226 if (newseq < lo->plh_return_seq) in pnfs_check_callback_stateid()
228 if (newseq > lo->plh_return_seq) in pnfs_check_callback_stateid()
235 if (newseq > oldseq + 1) in pnfs_check_callback_stateid()
238 if (newseq <= oldseq) in pnfs_check_callback_stateid()
A Dpnfs.c336 static void pnfs_barrier_update(struct pnfs_layout_hdr *lo, u32 newseq) in pnfs_barrier_update() argument
338 if (pnfs_seqid_is_newer(newseq, lo->plh_barrier) || !lo->plh_barrier) in pnfs_barrier_update()
339 lo->plh_barrier = newseq; in pnfs_barrier_update()
970 u32 newseq = be32_to_cpu(new->seqid); in pnfs_set_layout_stateid() local
975 lo->plh_barrier = newseq; in pnfs_set_layout_stateid()
981 if (pnfs_seqid_is_newer(newseq, oldseq)) in pnfs_set_layout_stateid()
985 pnfs_barrier_update(lo, newseq); in pnfs_set_layout_stateid()

Completed in 16 milliseconds