Searched refs:rq_xprt (Results 1 – 5 of 5) sorted by relevance
/include/trace/events/ |
D | rpcgss.h | 184 __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);
|
D | sunrpc.h | 1623 __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 …]
|
D | rpcrdma.h | 1827 __string(addr, rqst->rq_xprt->xpt_remotebuf) 1833 __assign_str(addr, rqst->rq_xprt->xpt_remotebuf);
|
/include/linux/sunrpc/ |
D | svc.h | 233 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)
|
D | xprt.h | 68 struct rpc_xprt * rq_xprt; /* RPC client */ member
|