Searched refs:xprtargs (Results 1 – 1 of 1) sorted by relevance
528 struct xprt_create xprtargs = { in rpc_create() local554 xprtargs.flags |= XPRT_CREATE_INFINITE_SLOTS; in rpc_create()556 xprtargs.flags |= XPRT_CREATE_NO_IDLE_TIMEOUT; in rpc_create()561 if (xprtargs.servername == NULL) { in rpc_create()592 xprtargs.servername = servername; in rpc_create()595 xprt = xprt_create_transport(&xprtargs); in rpc_create()617 if (rpc_clnt_add_xprt(clnt, &xprtargs, NULL, NULL) < 0) in rpc_create()3047 struct xprt_create *xprtargs, in rpc_clnt_add_xprt() argument3076 if (!xprtargs->ident) in rpc_clnt_add_xprt()3077 xprtargs->ident = ident; in rpc_clnt_add_xprt()[all …]