tk_xprt           242 include/linux/sunrpc/clnt.h 	if (task->tk_xprt)
tk_xprt           243 include/linux/sunrpc/clnt.h 		xprt_force_disconnect(task->tk_xprt);
tk_xprt            74 include/linux/sunrpc/sched.h 	struct rpc_xprt *	tk_xprt;	/* Transport */
tk_xprt           261 include/trace/events/sunrpc.h 		__string(servername, task->tk_xprt->servername)
tk_xprt           271 include/trace/events/sunrpc.h 		__assign_str(servername, task->tk_xprt->servername)
tk_xprt          1013 net/sunrpc/clnt.c 	struct rpc_xprt *xprt = task->tk_xprt;
tk_xprt          1016 net/sunrpc/clnt.c 		task->tk_xprt = NULL;
tk_xprt          1061 net/sunrpc/clnt.c 	if (task->tk_xprt)
tk_xprt          1064 net/sunrpc/clnt.c 		task->tk_xprt = rpc_task_get_first_xprt(clnt);
tk_xprt          1066 net/sunrpc/clnt.c 		task->tk_xprt = rpc_task_get_next_xprt(clnt);
tk_xprt          1920 net/sunrpc/clnt.c 	if (!xprt_bound(task->tk_xprt))
tk_xprt          1922 net/sunrpc/clnt.c 	else if (!xprt_connected(task->tk_xprt))
tk_xprt          2185 net/sunrpc/clnt.c 		if (!xprt_connected(task->tk_xprt)) {
tk_xprt          2242 net/sunrpc/clnt.c 				trace_xprt_ping(task->tk_xprt,
tk_xprt          2355 net/sunrpc/clnt.c 		trace_xprt_ping(task->tk_xprt, task->tk_status);
tk_xprt          2455 net/sunrpc/clnt.c 				task->tk_xprt->servername);
tk_xprt          2470 net/sunrpc/clnt.c 				task->tk_xprt->servername);
tk_xprt          2503 net/sunrpc/clnt.c 				task->tk_xprt->servername);
tk_xprt          2701 net/sunrpc/clnt.c 			task->tk_xprt->servername);
tk_xprt           694 net/sunrpc/rpcb_clnt.c 	xprt = xprt_get(task->tk_xprt);
tk_xprt          1079 net/sunrpc/sched.c 	task->tk_xprt = rpc_task_get_xprt(task_setup_data->rpc_client,
tk_xprt          1717 net/sunrpc/xprt.c 	struct rpc_xprt *xprt = task->tk_xprt;
tk_xprt          1755 net/sunrpc/xprt.c 	struct rpc_xprt *xprt = task->tk_xprt;
tk_xprt          1777 net/sunrpc/xprt.c 	struct rpc_xprt *xprt = task->tk_xprt;
tk_xprt          1799 net/sunrpc/xprt.c 			xprt = task->tk_xprt;
tk_xprt          1834 net/sunrpc/xprtsock.c 	xprt_set_bound(task->tk_xprt);