Searched refs:xprtargs (Results 1 – 1 of 1) sorted by relevance
520 struct xprt_create xprtargs = { in rpc_create() local543 xprtargs.flags |= XPRT_CREATE_INFINITE_SLOTS; in rpc_create()545 xprtargs.flags |= XPRT_CREATE_NO_IDLE_TIMEOUT; in rpc_create()550 if (xprtargs.servername == NULL) { in rpc_create()577 xprtargs.servername = servername; in rpc_create()580 xprt = xprt_create_transport(&xprtargs); in rpc_create()602 if (rpc_clnt_add_xprt(clnt, &xprtargs, NULL, NULL) < 0) in rpc_create()2891 struct xprt_create *xprtargs, in rpc_clnt_add_xprt() argument2919 xprt = xprt_create_transport(xprtargs); in rpc_clnt_add_xprt()
Completed in 9 milliseconds