Searched refs:xpt_remotebuf (Results 1 – 7 of 7) sorted by relevance
/linux/include/trace/events/ |
H A D | rpcgss.h | 186 __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 D | sunrpc.h | 1784 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 D | rpcrdma.h | 1497 __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 D | svc_xprt.h | 73 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 D | svc_rdma_transport.c | 256 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 D | svc_xprt.c | 210 strcpy(xprt->xpt_remotebuf, "uninitialized"); in svc_xprt_init()
|
H A D | svcsock.c | 1331 strcpy(svsk->sk_xprt.xpt_remotebuf, "listener"); in svc_tcp_init()
|