Home
last modified time | relevance | path

Searched refs:xpt_remotebuf (Results 1 – 7 of 7) 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 Dsunrpc.h1784 rqst->rq_xprt->xpt_remotebuf : EVENT_NULL_STR)
2250 __string(addr, xprt->xpt_remotebuf)
2274 __string(addr, xprt->xpt_remotebuf)
2319 __string(addr, xprt->xpt_remotebuf)
2347 __string(addr, 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.h73 char xpt_remotebuf[INET6_ADDRSTRLEN + 10]; member
202 snprintf(xprt->xpt_remotebuf, sizeof(xprt->xpt_remotebuf) - 1, in svc_addr_len()
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c256 snprintf(newxprt->sc_xprt.xpt_remotebuf, in handle_connect_req()
257 sizeof(newxprt->sc_xprt.xpt_remotebuf) - 1, "%pISc", sa); in handle_connect_req()
367 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.c1331 strcpy(svsk->sk_xprt.xpt_remotebuf, "listener"); in svc_tcp_init()