Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Drpcgss.h186 __string(addr, rqstp->rq_xprt->xpt_remotebuf)
223 __string(addr, rqstp->rq_xprt->xpt_remotebuf)
243 __string(addr, rqstp->rq_xprt->xpt_remotebuf)
267 __string(addr, rqstp->rq_xprt->xpt_remotebuf)
295 __string(addr, rqstp->rq_xprt->xpt_remotebuf)
324 __string(addr, rqstp->rq_xprt->xpt_remotebuf)
H A Drpcrdma.h1497 __string(addr, rdma->sc_xprt.xpt_remotebuf)
1982 __string(addr, rqst->rq_xprt->xpt_remotebuf)
2046 __string(addr, rdma->sc_xprt.xpt_remotebuf)
/linux/include/linux/sunrpc/
H A Dsvc_xprt.h74 char xpt_remotebuf[INET6_ADDRSTRLEN + 10]; member
207 snprintf(xprt->xpt_remotebuf, sizeof(xprt->xpt_remotebuf) - 1, in svc_xprt_set_remote()
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c257 snprintf(newxprt->sc_xprt.xpt_remotebuf, in handle_connect_req()
258 sizeof(newxprt->sc_xprt.xpt_remotebuf) - 1, "%pISc", sa); in handle_connect_req()
368 strcpy(cma_xprt->sc_xprt.xpt_remotebuf, "listener"); in svc_rdma_create()
/linux/net/sunrpc/
H A Dsvc_xprt.c210 strcpy(xprt->xpt_remotebuf, "uninitialized"); in svc_xprt_init()
H A Dsvcsock.c1359 strcpy(svsk->sk_xprt.xpt_remotebuf, "listener"); in svc_tcp_init()