Home
last modified time | relevance | path

Searched refs:ls_seq (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/tcpdump/
H A Dospf.h178 uint32_t ls_seq; member
H A Dprint-ospf6.c129 uint32_t ls_seq; member
396 EXTRACT_32BITS(&lshp->ls_seq), in ospf6_print_lshdr()
H A Dprint-ospf.c526 ND_TCHECK(lshp->ls_seq); /* XXX - ls_length check checked this */ in ospf_print_lshdr()
529 EXTRACT_32BITS(&lshp->ls_seq), in ospf_print_lshdr()
/freebsd-13.1/sys/fs/nfs/
H A Dnfsrvstate.h213 u_int32_t ls_seq; /* seq id */ member
/freebsd-13.1/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c1869 error = nfsrv_checkseqid(nd, new_stp->ls_seq, in nfsrv_lockctrl()
1899 error = nfsrv_checkseqid(nd, new_stp->ls_seq, in nfsrv_lockctrl()
2350 new_stp->ls_seq = new_stp->ls_opentolockseq; in nfsrv_lockctrl()
2457 error = nfsrv_checkseqid(nd, new_stp->ls_seq, ownerstp, in nfsrv_opencheck()
3145 ownerstp->ls_seq = new_stp->ls_seq; in nfsrv_openctrl()
3466 error = nfsrv_checkseqid(nd, new_stp->ls_seq, in nfsrv_openupdate()
4031 if ((stp->ls_seq + 1) == seqid) { in nfsrv_checkseqid()
4036 stp->ls_seq = seqid; in nfsrv_checkseqid()
4038 } else if (stp->ls_seq == seqid && stp->ls_op && in nfsrv_checkseqid()
H A Dnfs_nfsdserv.c2400 stp->ls_seq = fxdr_unsigned(int, *tl++); in nfsrvd_lock()
2470 stp->ls_seq = fxdr_unsigned(int, *tl); in nfsrvd_lock()
2731 stp->ls_seq = fxdr_unsigned(int, *tl++); in nfsrvd_locku()
2850 stp->ls_seq = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_open()
3305 stp->ls_seq = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_close()
3490 stp->ls_seq = fxdr_unsigned(u_int32_t, *tl); in nfsrvd_openconfirm()
3562 stp->ls_seq = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_opendowngrade()