Searched refs:xpt_remotebuf (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/include/trace/events/ |
| D | sunrpc.h | 854 __string(addr, rqst->rq_xprt->xpt_remotebuf) 861 __assign_str(addr, rqst->rq_xprt->xpt_remotebuf); 880 rqst->rq_xprt->xpt_remotebuf : "(null)") 889 rqst->rq_xprt->xpt_remotebuf : "(null)"); 908 __string(addr, rqst->rq_xprt->xpt_remotebuf) 914 __assign_str(addr, rqst->rq_xprt->xpt_remotebuf); 941 __string(addr, rqst->rq_xprt->xpt_remotebuf) 948 __assign_str(addr, rqst->rq_xprt->xpt_remotebuf); 986 __string(addr, xprt->xpt_remotebuf) 993 __assign_str(addr, xprt->xpt_remotebuf); [all …]
|
| D | rpcrdma.h | 1252 __string(addr, xprt->xpt_remotebuf) 1257 __assign_str(addr, xprt->xpt_remotebuf); 1512 __string(addr, rdma->sc_xprt.xpt_remotebuf) 1518 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf); 1537 __string(addr, rdma->sc_xprt.xpt_remotebuf) 1543 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf); 1563 __string(addr, rqst->rq_xprt->xpt_remotebuf) 1570 __assign_str(addr, rqst->rq_xprt->xpt_remotebuf); 1795 __string(addr, rdma->sc_xprt.xpt_remotebuf) 1801 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
|
| /Linux-v5.4/include/linux/sunrpc/ |
| D | svc_xprt.h | 85 char xpt_remotebuf[INET6_ADDRSTRLEN + 10]; member 156 snprintf(xprt->xpt_remotebuf, sizeof(xprt->xpt_remotebuf) - 1, in svc_xprt_set_remote()
|
| /Linux-v5.4/net/sunrpc/xprtrdma/ |
| D | svc_rdma_transport.c | 328 strcpy(cma_xprt->sc_xprt.xpt_remotebuf, "listener"); in svc_rdma_create()
|
| /Linux-v5.4/net/sunrpc/ |
| D | svc_xprt.c | 177 strcpy(xprt->xpt_remotebuf, "uninitialized"); in svc_xprt_init()
|
| D | svcsock.c | 1213 strcpy(svsk->sk_xprt.xpt_remotebuf, "listener"); in svc_tcp_init()
|