Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/fs/nfs/
Dnfsrvcache.h64 u_int64_t sockref; member
82 #define rc_sockref rc_un2.ot.sockref
/freebsd-12-stable/sys/fs/nfsserver/
Dnfs_nfsdcache.c838 nfsrc_trimcache(u_int64_t sockref, uint32_t snd_una, int final) in nfsrc_trimcache() argument
847 if (sockref != 0) { in nfsrc_trimcache()
848 hbp = NFSRCAHASH(sockref); in nfsrc_trimcache()
851 if (sockref == rp->rc_sockref) { in nfsrc_trimcache()
1034 nfsrc_marksametcpconn(u_int64_t sockref) in nfsrc_marksametcpconn() argument
Dnfs_nfsdkrpc.c441 static u_int64_t sockref = 0; in nfsrvd_addsock() local
461 xprt->xp_sockref = ++sockref; in nfsrvd_addsock()