Searched refs:xpt_remotebuf (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/include/trace/events/ |
D | rpcgss.h | 186 __string(addr, rqstp->rq_xprt->xpt_remotebuf) 192 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf); 223 __string(addr, rqstp->rq_xprt->xpt_remotebuf) 228 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf); 243 __string(addr, rqstp->rq_xprt->xpt_remotebuf) 248 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf); 267 __string(addr, rqstp->rq_xprt->xpt_remotebuf) 274 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf); 295 __string(addr, rqstp->rq_xprt->xpt_remotebuf) 302 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf); [all …]
|
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) 1804 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf); 1839 __string(addr, rdma->sc_xprt.xpt_remotebuf) 1846 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf); 1866 __string(addr, rdma->sc_xprt.xpt_remotebuf) 1872 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf); 1893 __string(addr, rdma->sc_xprt.xpt_remotebuf) 1900 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf); [all …]
|
D | sunrpc.h | 1788 rqst->rq_xprt->xpt_remotebuf : "(null)") 1798 rqst->rq_xprt->xpt_remotebuf : "(null)"); 2255 __string(addr, xprt->xpt_remotebuf) 2261 __assign_str(addr, xprt->xpt_remotebuf); 2279 __string(addr, xprt->xpt_remotebuf) 2285 __assign_str(addr, xprt->xpt_remotebuf); 2324 __string(addr, xprt->xpt_remotebuf) 2331 __assign_str(addr, xprt->xpt_remotebuf); 2352 __string(addr, xprt->xpt_remotebuf) 2359 __assign_str(addr, xprt->xpt_remotebuf);
|
/linux-6.6.21/include/linux/sunrpc/ |
D | svc_xprt.h | 73 char xpt_remotebuf[INET6_ADDRSTRLEN + 10]; member 175 snprintf(xprt->xpt_remotebuf, sizeof(xprt->xpt_remotebuf) - 1, in svc_xprt_set_remote()
|
/linux-6.6.21/net/sunrpc/xprtrdma/ |
D | svc_rdma_transport.c | 212 snprintf(newxprt->sc_xprt.xpt_remotebuf, in handle_connect_req() 213 sizeof(newxprt->sc_xprt.xpt_remotebuf) - 1, "%pISc", sa); in handle_connect_req() 311 strcpy(cma_xprt->sc_xprt.xpt_remotebuf, "listener"); in svc_rdma_create()
|
/linux-6.6.21/net/sunrpc/ |
D | svc_xprt.c | 211 strcpy(xprt->xpt_remotebuf, "uninitialized"); in svc_xprt_init()
|
D | svcsock.c | 1359 strcpy(svsk->sk_xprt.xpt_remotebuf, "listener"); in svc_tcp_init()
|