Home
last modified time | relevance | path

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

/Linux-v5.15/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.h1617 rqst->rq_xprt->xpt_remotebuf : "(null)")
1627 rqst->rq_xprt->xpt_remotebuf : "(null)");
1648 __string(addr, rqst->rq_xprt->xpt_remotebuf)
1654 __assign_str(addr, rqst->rq_xprt->xpt_remotebuf);
1681 __string(addr, rqst->rq_xprt->xpt_remotebuf)
1688 __assign_str(addr, rqst->rq_xprt->xpt_remotebuf);
1754 __string(addr, xprt->xpt_remotebuf)
1760 __assign_str(addr, xprt->xpt_remotebuf);
1774 __string(addr, xprt->xpt_remotebuf)
1779 __assign_str(addr, xprt->xpt_remotebuf);
[all …]
Drpcrdma.h1343 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1348 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
1645 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1652 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
1687 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1694 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
1714 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1720 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
1741 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1748 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
[all …]
/Linux-v5.15/include/linux/sunrpc/
Dsvc_xprt.h87 char xpt_remotebuf[INET6_ADDRSTRLEN + 10]; member
166 snprintf(xprt->xpt_remotebuf, sizeof(xprt->xpt_remotebuf) - 1, in svc_xprt_set_remote()
/Linux-v5.15/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c214 snprintf(newxprt->sc_xprt.xpt_remotebuf, in handle_connect_req()
215 sizeof(newxprt->sc_xprt.xpt_remotebuf) - 1, "%pISc", sa); in handle_connect_req()
313 strcpy(cma_xprt->sc_xprt.xpt_remotebuf, "listener"); in svc_rdma_create()
/Linux-v5.15/net/sunrpc/
Dsvc_xprt.c201 strcpy(xprt->xpt_remotebuf, "uninitialized"); in svc_xprt_init()
Dsvcsock.c1251 strcpy(svsk->sk_xprt.xpt_remotebuf, "listener"); in svc_tcp_init()