Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/events/
H A 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 …]
H A 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 …]
H A Dsunrpc.h1787 rqst->rq_xprt->xpt_remotebuf : "(null)")
1797 rqst->rq_xprt->xpt_remotebuf : "(null)");
2254 __string(addr, xprt->xpt_remotebuf)
2260 __assign_str(addr, xprt->xpt_remotebuf);
2278 __string(addr, xprt->xpt_remotebuf)
2284 __assign_str(addr, xprt->xpt_remotebuf);
2323 __string(addr, xprt->xpt_remotebuf)
2330 __assign_str(addr, xprt->xpt_remotebuf);
2351 __string(addr, xprt->xpt_remotebuf)
2358 __assign_str(addr, xprt->xpt_remotebuf);
/openbmc/linux/include/linux/sunrpc/
H A 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()
/openbmc/linux/net/sunrpc/xprtrdma/
H A 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()
/openbmc/linux/net/sunrpc/
H A Dsvc_xprt.c211 strcpy(xprt->xpt_remotebuf, "uninitialized"); in svc_xprt_init()
H A Dsvcsock.c1341 strcpy(svsk->sk_xprt.xpt_remotebuf, "listener"); in svc_tcp_init()