Home
last modified time | relevance | path

Searched refs:xpt_remotebuf (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/include/trace/events/
Drpcgss.h186 __string(addr, rqstp->rq_xprt->xpt_remotebuf)
192 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf);
223 __string(addr, rqstp->rq_xprt->xpt_remotebuf)
228 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf);
243 __string(addr, rqstp->rq_xprt->xpt_remotebuf)
248 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf);
267 __string(addr, rqstp->rq_xprt->xpt_remotebuf)
274 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf);
295 __string(addr, rqstp->rq_xprt->xpt_remotebuf)
302 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf);
[all …]
Drpcrdma.h1495 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1500 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
1797 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1804 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
1839 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1846 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
1866 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1872 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
1893 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1900 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
[all …]
Dsunrpc.h1788 rqst->rq_xprt->xpt_remotebuf : "(null)")
1798 rqst->rq_xprt->xpt_remotebuf : "(null)");
2255 __string(addr, xprt->xpt_remotebuf)
2261 __assign_str(addr, xprt->xpt_remotebuf);
2279 __string(addr, xprt->xpt_remotebuf)
2285 __assign_str(addr, xprt->xpt_remotebuf);
2324 __string(addr, xprt->xpt_remotebuf)
2331 __assign_str(addr, xprt->xpt_remotebuf);
2352 __string(addr, xprt->xpt_remotebuf)
2359 __assign_str(addr, xprt->xpt_remotebuf);
/linux-6.6.21/include/linux/sunrpc/
Dsvc_xprt.h73 char xpt_remotebuf[INET6_ADDRSTRLEN + 10]; member
175 snprintf(xprt->xpt_remotebuf, sizeof(xprt->xpt_remotebuf) - 1, in svc_xprt_set_remote()
/linux-6.6.21/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c212 snprintf(newxprt->sc_xprt.xpt_remotebuf, in handle_connect_req()
213 sizeof(newxprt->sc_xprt.xpt_remotebuf) - 1, "%pISc", sa); in handle_connect_req()
311 strcpy(cma_xprt->sc_xprt.xpt_remotebuf, "listener"); in svc_rdma_create()
/linux-6.6.21/net/sunrpc/
Dsvc_xprt.c211 strcpy(xprt->xpt_remotebuf, "uninitialized"); in svc_xprt_init()
Dsvcsock.c1359 strcpy(svsk->sk_xprt.xpt_remotebuf, "listener"); in svc_tcp_init()