Home
last modified time | relevance | path

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

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