Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.h1510 __string(addr, rqst->rq_xprt->xpt_remotebuf)
1517 __assign_str(addr, rqst->rq_xprt->xpt_remotebuf);
1582 rqst->rq_xprt->xpt_remotebuf : "(null)")
1591 rqst->rq_xprt->xpt_remotebuf : "(null)");
1610 __string(addr, rqst->rq_xprt->xpt_remotebuf)
1616 __assign_str(addr, rqst->rq_xprt->xpt_remotebuf);
1643 __string(addr, rqst->rq_xprt->xpt_remotebuf)
1650 __assign_str(addr, rqst->rq_xprt->xpt_remotebuf);
1716 __string(addr, xprt->xpt_remotebuf)
1722 __assign_str(addr, xprt->xpt_remotebuf);
[all …]
Drpcrdma.h1267 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1272 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
1558 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1565 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
1599 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1606 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
1626 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1632 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
1653 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1660 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
[all …]
/kernel/linux/linux-5.10/include/linux/sunrpc/
Dsvc_xprt.h87 char xpt_remotebuf[INET6_ADDRSTRLEN + 10]; member
164 snprintf(xprt->xpt_remotebuf, sizeof(xprt->xpt_remotebuf) - 1, in svc_xprt_set_remote()
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c216 snprintf(newxprt->sc_xprt.xpt_remotebuf, in handle_connect_req()
217 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()
/kernel/linux/linux-5.10/net/sunrpc/
Dsvc_xprt.c187 strcpy(xprt->xpt_remotebuf, "uninitialized"); in svc_xprt_init()
Dsvcsock.c1252 strcpy(svsk->sk_xprt.xpt_remotebuf, "listener"); in svc_tcp_init()