Home
last modified time | relevance | path

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

/Linux-v6.1/include/trace/events/
Drpcgss.h186 __string(addr, rqstp->rq_xprt->xpt_remotebuf)
192 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf);
221 __string(addr, rqstp->rq_xprt->xpt_remotebuf)
226 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf);
245 __string(addr, rqstp->rq_xprt->xpt_remotebuf)
252 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf);
273 __string(addr, rqstp->rq_xprt->xpt_remotebuf)
280 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf);
302 __string(addr, rqstp->rq_xprt->xpt_remotebuf)
308 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf);
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.h1707 rqst->rq_xprt->xpt_remotebuf : "(null)")
1717 rqst->rq_xprt->xpt_remotebuf : "(null)");
2103 __string(addr, xprt->xpt_remotebuf)
2109 __assign_str(addr, xprt->xpt_remotebuf);
2127 __string(addr, xprt->xpt_remotebuf)
2133 __assign_str(addr, xprt->xpt_remotebuf);
2172 __string(addr, xprt->xpt_remotebuf)
2179 __assign_str(addr, xprt->xpt_remotebuf);
2200 __string(addr, xprt->xpt_remotebuf)
2207 __assign_str(addr, xprt->xpt_remotebuf);
/Linux-v6.1/include/linux/sunrpc/
Dsvc_xprt.h88 char xpt_remotebuf[INET6_ADDRSTRLEN + 10]; member
169 snprintf(xprt->xpt_remotebuf, sizeof(xprt->xpt_remotebuf) - 1, in svc_xprt_set_remote()
/Linux-v6.1/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-v6.1/net/sunrpc/
Dsvc_xprt.c202 strcpy(xprt->xpt_remotebuf, "uninitialized"); in svc_xprt_init()
Dsvcsock.c1245 strcpy(svsk->sk_xprt.xpt_remotebuf, "listener"); in svc_tcp_init()