Searched refs:xpt_remotebuf (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/sunrpc/ |
| A D | svc_xprt.h | 73 char xpt_remotebuf[INET6_ADDRSTRLEN + 10]; member 180 snprintf(xprt->xpt_remotebuf, sizeof(xprt->xpt_remotebuf) - 1, in svc_xprt_set_remote()
|
| /linux/include/trace/events/ |
| 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)
|
| A D | sunrpc.h | 1785 rqst->rq_xprt->xpt_remotebuf : EVENT_NULL_STR) 2251 __string(addr, xprt->xpt_remotebuf) 2275 __string(addr, xprt->xpt_remotebuf) 2320 __string(addr, xprt->xpt_remotebuf) 2348 __string(addr, xprt->xpt_remotebuf)
|
| 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/net/sunrpc/xprtrdma/ |
| 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/ |
| A D | svc_xprt.c | 210 strcpy(xprt->xpt_remotebuf, "uninitialized"); in svc_xprt_init()
|
| A D | svcsock.c | 1341 strcpy(svsk->sk_xprt.xpt_remotebuf, "listener"); in svc_tcp_init()
|
Completed in 175 milliseconds