xprt_iter_get_next   70 include/linux/sunrpc/xprtmultipath.h extern struct rpc_xprt *xprt_iter_get_next(struct rpc_xprt_iter *xpi);
xprt_iter_get_next  819 net/sunrpc/clnt.c 		struct rpc_xprt *xprt = xprt_iter_get_next(&xpi);
xprt_iter_get_next 1055 net/sunrpc/clnt.c 	return rpc_task_get_xprt(clnt, xprt_iter_get_next(&clnt->cl_xpi));