Home
last modified time | relevance | path

Searched refs:rq_xprt (Results 1 – 5 of 5) sorted by relevance

/include/trace/events/
Drpcgss.h184 __string(addr, rqstp->rq_xprt->xpt_remotebuf)
190 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf);
219 __string(addr, rqstp->rq_xprt->xpt_remotebuf)
224 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf);
243 __string(addr, rqstp->rq_xprt->xpt_remotebuf)
250 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf);
271 __string(addr, rqstp->rq_xprt->xpt_remotebuf)
278 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf);
300 __string(addr, rqstp->rq_xprt->xpt_remotebuf)
306 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf);
Dsunrpc.h1623 __string(addr, rqst->rq_xprt ?
1624 rqst->rq_xprt->xpt_remotebuf : "(null)")
1633 __assign_str(addr, rqst->rq_xprt ?
1634 rqst->rq_xprt->xpt_remotebuf : "(null)");
1655 __string(addr, rqst->rq_xprt->xpt_remotebuf)
1661 __assign_str(addr, rqst->rq_xprt->xpt_remotebuf);
1688 __string(addr, rqst->rq_xprt->xpt_remotebuf)
1695 __assign_str(addr, rqst->rq_xprt->xpt_remotebuf);
1840 __string(addr, rqst->rq_xprt->xpt_remotebuf)
1844 __entry->flags = rqst->rq_xprt->xpt_flags;
[all …]
Drpcrdma.h1827 __string(addr, rqst->rq_xprt->xpt_remotebuf)
1833 __assign_str(addr, rqst->rq_xprt->xpt_remotebuf);
/include/linux/sunrpc/
Dsvc.h233 struct svc_xprt * rq_xprt; /* transport ptr */ member
310 #define SVC_NET(rqst) (rqst->rq_xprt ? rqst->rq_xprt->xpt_net : rqst->rq_bc_net)
Dxprt.h68 struct rpc_xprt * rq_xprt; /* RPC client */ member