Searched refs:xprtargs (Results 1 – 1 of 1) sorted by relevance
515 struct xprt_create xprtargs = { in rpc_create() local536 xprtargs.flags |= XPRT_CREATE_INFINITE_SLOTS; in rpc_create()538 xprtargs.flags |= XPRT_CREATE_NO_IDLE_TIMEOUT; in rpc_create()543 if (xprtargs.servername == NULL) { in rpc_create()570 xprtargs.servername = servername; in rpc_create()573 xprt = xprt_create_transport(&xprtargs); in rpc_create()2696 struct xprt_create *xprtargs, in rpc_clnt_add_xprt() argument2722 xprt = xprt_create_transport(xprtargs); in rpc_clnt_add_xprt()