Searched refs:svcxprt (Results 1 – 1 of 1) sorted by relevance
115 SVCXPRT *svcxprt; in rpc_reg() local122 svcxprt = NULL; in rpc_reg()125 svcxprt = pl->p_transp; in rpc_reg()132 if (svcxprt == NULL) { in rpc_reg()135 svcxprt = svc_tli_create(RPC_ANYFD, nconf, NULL, 0, 0); in rpc_reg()136 if (svcxprt == NULL) in rpc_reg()138 if (t_getinfo(svcxprt->xp_fd, &tinfo) == -1) { in rpc_reg()146 SVC_DESTROY(svcxprt); in rpc_reg()152 SVC_DESTROY(svcxprt); in rpc_reg()159 SVC_DESTROY(svcxprt); in rpc_reg()[all …]