Searched refs:xprtargs (Results 1 – 1 of 1) sorted by relevance
521 struct xprt_create xprtargs = { in rpc_create() local544 xprtargs.flags |= XPRT_CREATE_INFINITE_SLOTS; in rpc_create()546 xprtargs.flags |= XPRT_CREATE_NO_IDLE_TIMEOUT; in rpc_create()551 if (xprtargs.servername == NULL) { in rpc_create()578 xprtargs.servername = servername; in rpc_create()581 xprt = xprt_create_transport(&xprtargs); in rpc_create()600 if (rpc_clnt_add_xprt(clnt, &xprtargs, NULL, NULL) < 0) in rpc_create()2898 struct xprt_create *xprtargs, in rpc_clnt_add_xprt() argument2925 xprt = xprt_create_transport(xprtargs); in rpc_clnt_add_xprt()