Home
last modified time | relevance | path

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

/Linux-v4.19/include/trace/events/
Dsunrpc.h560 __string(addr, rqst->rq_xprt->xpt_remotebuf)
567 __assign_str(addr, rqst->rq_xprt->xpt_remotebuf);
585 __string(addr, rqst->rq_xprt->xpt_remotebuf)
593 __assign_str(addr, rqst->rq_xprt->xpt_remotebuf);
610 __string(addr, rqst->rq_xprt->xpt_remotebuf)
616 __assign_str(addr, rqst->rq_xprt->xpt_remotebuf);
642 __string(addr, rqst->rq_xprt->xpt_remotebuf)
649 __assign_str(addr, rqst->rq_xprt->xpt_remotebuf);
687 __string(addr, xprt->xpt_remotebuf)
694 __assign_str(addr, xprt->xpt_remotebuf);
[all …]
Drpcrdma.h933 __string(addr, xprt->xpt_remotebuf)
938 __assign_str(addr, xprt->xpt_remotebuf);
1193 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1199 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
1218 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1224 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
1244 __string(addr, rqst->rq_xprt->xpt_remotebuf)
1251 __assign_str(addr, rqst->rq_xprt->xpt_remotebuf);
1476 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1482 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
/Linux-v4.19/include/linux/sunrpc/
Dsvc_xprt.h86 char xpt_remotebuf[INET6_ADDRSTRLEN + 10]; member
156 snprintf(xprt->xpt_remotebuf, sizeof(xprt->xpt_remotebuf) - 1, in svc_xprt_set_remote()
/Linux-v4.19/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c383 strcpy(cma_xprt->sc_xprt.xpt_remotebuf, "listener"); in svc_rdma_create()
/Linux-v4.19/net/sunrpc/
Dsvc_xprt.c176 strcpy(xprt->xpt_remotebuf, "uninitialized"); in svc_xprt_init()
Dsvcsock.c1315 strcpy(svsk->sk_xprt.xpt_remotebuf, "listener"); in svc_tcp_init()