Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfs/
H A Dnfsrvcache.h62 u_int64_t sockref; member
80 #define rc_sockref rc_un2.ot.sockref
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c844 nfsrc_trimcache(u_int64_t sockref, uint32_t snd_una, int final) in nfsrc_trimcache() argument
853 if (sockref != 0) { in nfsrc_trimcache()
854 hbp = NFSRCAHASH(sockref); in nfsrc_trimcache()
857 if (sockref == rp->rc_sockref) { in nfsrc_trimcache()
1045 nfsrc_marksametcpconn(u_int64_t sockref) in nfsrc_marksametcpconn() argument
H A Dnfs_nfsdkrpc.c530 static u_int64_t sockref = 0; in nfsrvd_addsock()
550 xprt->xp_sockref = ++sockref; in nfsrvd_addsock()
520 static u_int64_t sockref = 0; nfsrvd_addsock() local