Searched refs:xpt_remotebuf (Results 1 – 7 of 7) sorted by relevance
/linux/include/trace/events/ |
A D | rpcgss.h | 186 __string(addr, rqstp->rq_xprt->xpt_remotebuf) 192 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf); 221 __string(addr, rqstp->rq_xprt->xpt_remotebuf) 226 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf); 245 __string(addr, rqstp->rq_xprt->xpt_remotebuf) 252 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf); 273 __string(addr, rqstp->rq_xprt->xpt_remotebuf) 280 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf); 302 __string(addr, rqstp->rq_xprt->xpt_remotebuf) 308 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf);
|
A D | sunrpc.h | 1779 __string(addr, xprt->xpt_remotebuf) 1785 __assign_str(addr, xprt->xpt_remotebuf); 1799 __string(addr, xprt->xpt_remotebuf) 1804 __assign_str(addr, xprt->xpt_remotebuf); 1833 __string(addr, xprt->xpt_remotebuf) 1913 __string(addr, xprt->xpt_remotebuf) 1961 __string(addr, dr->xprt->xpt_remotebuf) 2023 __string(addr, xprt->xpt_remotebuf) 2047 __string(addr, xprt->xpt_remotebuf) 2092 __string(addr, xprt->xpt_remotebuf) [all …]
|
A D | rpcrdma.h | 1495 __string(addr, rdma->sc_xprt.xpt_remotebuf) 1500 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf); 1797 __string(addr, rdma->sc_xprt.xpt_remotebuf) 1839 __string(addr, rdma->sc_xprt.xpt_remotebuf) 1866 __string(addr, rdma->sc_xprt.xpt_remotebuf) 1893 __string(addr, rdma->sc_xprt.xpt_remotebuf) 1923 __string(addr, rdma->sc_xprt.xpt_remotebuf) 1979 __string(addr, rqst->rq_xprt->xpt_remotebuf) 2063 __string(addr, rdma->sc_xprt.xpt_remotebuf) 2189 __string(addr, rdma->sc_xprt.xpt_remotebuf) [all …]
|
/linux/include/linux/sunrpc/ |
A D | svc_xprt.h | 87 char xpt_remotebuf[INET6_ADDRSTRLEN + 10]; member 166 snprintf(xprt->xpt_remotebuf, sizeof(xprt->xpt_remotebuf) - 1, in svc_xprt_set_remote()
|
/linux/net/sunrpc/xprtrdma/ |
A D | svc_rdma_transport.c | 214 snprintf(newxprt->sc_xprt.xpt_remotebuf, in handle_connect_req() 215 sizeof(newxprt->sc_xprt.xpt_remotebuf) - 1, "%pISc", sa); in handle_connect_req() 313 strcpy(cma_xprt->sc_xprt.xpt_remotebuf, "listener"); in svc_rdma_create()
|
/linux/net/sunrpc/ |
A D | svc_xprt.c | 201 strcpy(xprt->xpt_remotebuf, "uninitialized"); in svc_xprt_init()
|
A D | svcsock.c | 1251 strcpy(svsk->sk_xprt.xpt_remotebuf, "listener"); in svc_tcp_init()
|
Completed in 14 milliseconds