Searched refs:ls_seq (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/tcpdump/ |
| H A D | ospf.h | 178 nd_uint32_t ls_seq; member
|
| H A D | print-ospf6.c | 128 nd_uint32_t ls_seq; member 403 GET_BE_U_4(lshp->ls_seq), in ospf6_print_lshdr()
|
| H A D | print-ospf.c | 538 GET_BE_U_4(lshp->ls_seq), in ospf_print_lshdr()
|
| /freebsd/sys/fs/nfs/ |
| H A D | nfsrvstate.h | 215 u_int32_t ls_seq; /* seq id */ member
|
| /freebsd/sys/fs/nfsserver/ |
| H A D | nfs_nfsdstate.c | 2016 error = nfsrv_checkseqid(nd, new_stp->ls_seq, in nfsrv_lockctrl() 2046 error = nfsrv_checkseqid(nd, new_stp->ls_seq, in nfsrv_lockctrl() 2497 new_stp->ls_seq = new_stp->ls_opentolockseq; in nfsrv_lockctrl() 2604 error = nfsrv_checkseqid(nd, new_stp->ls_seq, ownerstp, in nfsrv_opencheck() 3300 ownerstp->ls_seq = new_stp->ls_seq; in nfsrv_openctrl() 3489 error = nfsrv_checkseqid(nd, new_stp->ls_seq, in nfsrv_openupdate() 4042 if ((stp->ls_seq + 1) == seqid) { in nfsrv_checkseqid() 4047 stp->ls_seq = seqid; in nfsrv_checkseqid() 4049 } else if (stp->ls_seq == seqid && stp->ls_op && in nfsrv_checkseqid()
|
| H A D | nfs_nfsdserv.c | 2609 stp->ls_seq = fxdr_unsigned(int, *tl++); in nfsrvd_lock() 2679 stp->ls_seq = fxdr_unsigned(int, *tl); in nfsrvd_lock() 2940 stp->ls_seq = fxdr_unsigned(int, *tl++); in nfsrvd_locku() 3066 stp->ls_seq = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_open() 3601 stp->ls_seq = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_close() 3795 stp->ls_seq = fxdr_unsigned(u_int32_t, *tl); in nfsrvd_openconfirm() 3867 stp->ls_seq = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_opendowngrade()
|