Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dospf.h178 nd_uint32_t ls_seq; member
H A Dprint-ospf6.c128 nd_uint32_t ls_seq; member
403 GET_BE_U_4(lshp->ls_seq), in ospf6_print_lshdr()
H A Dprint-ospf.c538 GET_BE_U_4(lshp->ls_seq), in ospf_print_lshdr()
/freebsd/sys/fs/nfs/
H A Dnfsrvstate.h215 u_int32_t ls_seq; /* seq id */ member
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c2025 error = nfsrv_checkseqid(nd, new_stp->ls_seq, in nfsrv_lockctrl()
2055 error = nfsrv_checkseqid(nd, new_stp->ls_seq, in nfsrv_lockctrl()
2506 new_stp->ls_seq = new_stp->ls_opentolockseq; in nfsrv_lockctrl()
2613 error = nfsrv_checkseqid(nd, new_stp->ls_seq, ownerstp, in nfsrv_opencheck()
3309 ownerstp->ls_seq = new_stp->ls_seq; in nfsrv_openctrl()
3498 error = nfsrv_checkseqid(nd, new_stp->ls_seq, in nfsrv_openupdate()
4051 if ((stp->ls_seq + 1) == seqid) { in nfsrv_checkseqid()
4056 stp->ls_seq = seqid; in nfsrv_checkseqid()
4058 } else if (stp->ls_seq == seqid && stp->ls_op && in nfsrv_checkseqid()
H A Dnfs_nfsdserv.c2551 stp->ls_seq = fxdr_unsigned(int, *tl++); in nfsrvd_lock()
2621 stp->ls_seq = fxdr_unsigned(int, *tl); in nfsrvd_lock()
2882 stp->ls_seq = fxdr_unsigned(int, *tl++); in nfsrvd_locku()
3008 stp->ls_seq = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_open()
3543 stp->ls_seq = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_close()
3737 stp->ls_seq = fxdr_unsigned(u_int32_t, *tl); in nfsrvd_openconfirm()
3809 stp->ls_seq = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_opendowngrade()