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

/linux-4.1.27/net/netfilter/
H A Dnf_conntrack_seqadj.c168 __be32 newseq, newack; nf_ct_seq_adjust() local
193 newseq = htonl(ntohl(tcph->seq) + seqoff); nf_ct_seq_adjust()
196 inet_proto_csum_replace4(&tcph->check, skb, tcph->seq, newseq, 0); nf_ct_seq_adjust()
200 ntohl(tcph->seq), ntohl(newseq), ntohl(tcph->ack_seq), nf_ct_seq_adjust()
203 tcph->seq = newseq; nf_ct_seq_adjust()
/linux-4.1.27/drivers/isdn/i4l/
H A Disdn_ppp.c1622 u32 newseq, minseq, thisseq; isdn_ppp_mp_receive() local
1645 newseq = isdn_ppp_mp_get_seq(is->mpppcfg & SC_IN_SHORT_SEQ, isdn_ppp_mp_receive()
1652 if (mp->seq > MP_LONGSEQ_MAX && (newseq & MP_LONGSEQ_MAXBIT)) { isdn_ppp_mp_receive()
1653 mp->seq = newseq; /* the first packet: required for isdn_ppp_mp_receive()
1656 } else if (MP_LT(newseq, mp->seq)) { isdn_ppp_mp_receive()
1664 is->last_link_seqno = minseq = newseq; isdn_ppp_mp_receive()
1684 if ((frag = mp->frags) == NULL || MP_LT(newseq, MP_SEQ(frag))) { isdn_ppp_mp_receive()
1721 if (newfrag != NULL && thisseq == newseq) { isdn_ppp_mp_receive()
1728 MP_LT(newseq, MP_SEQ(nextf)))) { isdn_ppp_mp_receive()
/linux-4.1.27/fs/nfs/
H A Dpnfs.c773 u32 oldseq, newseq, new_barrier; pnfs_set_layout_stateid() local
777 newseq = be32_to_cpu(new->seqid); pnfs_set_layout_stateid()
778 if (empty || pnfs_seqid_is_newer(newseq, oldseq)) { pnfs_set_layout_stateid()
786 new_barrier = newseq - atomic_read(&lo->plh_outstanding); pnfs_set_layout_stateid()

Completed in 162 milliseconds