Home | Sort by: relevance | last modified time | path |
/src/sys/fs/nfs/common/ | |
nfsrvcache.h | 64 u_int64_t sockref; member in struct:nfsrvcache::__anon67d9e4aa020a::__anon67d9e4aa0408 82 #define rc_sockref rc_un2.ot.sockref |
/src/sys/fs/nfs/server/ | |
nfs_nfsdcache.c | 839 nfsrc_trimcache(u_int64_t sockref, uint32_t snd_una, int final) 848 if (sockref != 0) { 849 hbp = NFSRCAHASH(sockref); 852 if (sockref == rp->rc_sockref) { 1035 nfsrc_marksametcpconn(u_int64_t sockref) |
nfs_nfsdkrpc.c | 432 static u_int64_t sockref = 0; local in function:nfsrvd_addsock 452 xprt->xp_sockref = ++sockref; |