Searched refs:ls_seq (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/tcpdump/ |
| H A D | ospf.h | 178 uint32_t ls_seq; member
|
| H A D | print-ospf6.c | 129 uint32_t ls_seq; member 393 ND_TCHECK(lshp->ls_seq); in ospf6_print_lshdr() 397 EXTRACT_32BITS(&lshp->ls_seq), in ospf6_print_lshdr()
|
| H A D | print-ospf.c | 526 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-12.1/sys/fs/nfs/ |
| H A D | nfsrvstate.h | 211 u_int32_t ls_seq; /* seq id */ member
|
| /freebsd-12.1/sys/fs/nfsserver/ |
| H A D | nfs_nfsdstate.c | 1868 error = nfsrv_checkseqid(nd, new_stp->ls_seq, in nfsrv_lockctrl() 1892 error = nfsrv_checkseqid(nd, new_stp->ls_seq, in nfsrv_lockctrl() 2343 new_stp->ls_seq = new_stp->ls_opentolockseq; in nfsrv_lockctrl() 2450 error = nfsrv_checkseqid(nd, new_stp->ls_seq, ownerstp, in nfsrv_opencheck() 3137 ownerstp->ls_seq = new_stp->ls_seq; in nfsrv_openctrl() 3455 error = nfsrv_checkseqid(nd, new_stp->ls_seq, in nfsrv_openupdate() 4015 if ((stp->ls_seq + 1) == seqid) { in nfsrv_checkseqid() 4020 stp->ls_seq = seqid; in nfsrv_checkseqid() 4022 } else if (stp->ls_seq == seqid && stp->ls_op && in nfsrv_checkseqid()
|
| H A D | nfs_nfsdserv.c | 2317 stp->ls_seq = fxdr_unsigned(int, *tl++); in nfsrvd_lock() 2387 stp->ls_seq = fxdr_unsigned(int, *tl); in nfsrvd_lock() 2646 stp->ls_seq = fxdr_unsigned(int, *tl++); in nfsrvd_locku() 2763 stp->ls_seq = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_open() 3190 stp->ls_seq = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_close() 3373 stp->ls_seq = fxdr_unsigned(u_int32_t, *tl); in nfsrvd_openconfirm() 3444 stp->ls_seq = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_opendowngrade()
|