Searched refs:xp_pool (Results 1 – 4 of 4) sorted by relevance
349 SVCPOOL *pool = xprt->xp_pool; in xprt_register()510 SVCPOOL *pool = xprt->xp_pool; in svc_reg()597 SVCPOOL *pool = xprt->xp_pool; in svc_loss_reg()675 if (xprt->xp_pool->sp_rcache) in svc_sendreply_common()754 if (xprt->xp_pool->sp_rcache) in svcerr_noproc()776 if (xprt->xp_pool->sp_rcache) in svcerr_decode()798 if (xprt->xp_pool->sp_rcache) in svcerr_systemerr()820 if (xprt->xp_pool->sp_rcache) in svcerr_auth()852 if (xprt->xp_pool->sp_rcache) in svcerr_noprog()876 if (xprt->xp_pool->sp_rcache) in svcerr_progvers()[all …]
232 xprt->xp_pool = pool; in svc_vc_create()308 xprt->xp_pool = pool; in svc_vc_create_conn()369 xprt->xp_pool = pool; in svc_vc_create_backchannel()487 new_xprt = svc_vc_create_conn(xprt->xp_pool, so, sa); in svc_vc_rendezvous_recv()
125 xprt->xp_pool = pool; in svc_dg_create()
160 struct __rpc_svcpool *xp_pool; /* owning pool (see below) */ member