Searched refs:xpt_remotebuf (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/trace/events/ |
D | rpcgss.h | 184 __string(addr, rqstp->rq_xprt->xpt_remotebuf) 190 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf); 219 __string(addr, rqstp->rq_xprt->xpt_remotebuf) 224 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf); 243 __string(addr, rqstp->rq_xprt->xpt_remotebuf) 250 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf); 271 __string(addr, rqstp->rq_xprt->xpt_remotebuf) 278 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf); 300 __string(addr, rqstp->rq_xprt->xpt_remotebuf) 306 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf);
|
D | sunrpc.h | 1510 __string(addr, rqst->rq_xprt->xpt_remotebuf) 1517 __assign_str(addr, rqst->rq_xprt->xpt_remotebuf); 1582 rqst->rq_xprt->xpt_remotebuf : "(null)") 1591 rqst->rq_xprt->xpt_remotebuf : "(null)"); 1610 __string(addr, rqst->rq_xprt->xpt_remotebuf) 1616 __assign_str(addr, rqst->rq_xprt->xpt_remotebuf); 1643 __string(addr, rqst->rq_xprt->xpt_remotebuf) 1650 __assign_str(addr, rqst->rq_xprt->xpt_remotebuf); 1716 __string(addr, xprt->xpt_remotebuf) 1722 __assign_str(addr, xprt->xpt_remotebuf); [all …]
|
D | rpcrdma.h | 1267 __string(addr, rdma->sc_xprt.xpt_remotebuf) 1272 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf); 1558 __string(addr, rdma->sc_xprt.xpt_remotebuf) 1565 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf); 1599 __string(addr, rdma->sc_xprt.xpt_remotebuf) 1606 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf); 1626 __string(addr, rdma->sc_xprt.xpt_remotebuf) 1632 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf); 1653 __string(addr, rdma->sc_xprt.xpt_remotebuf) 1660 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf); [all …]
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
D | svc_xprt.h | 87 char xpt_remotebuf[INET6_ADDRSTRLEN + 10]; member 164 snprintf(xprt->xpt_remotebuf, sizeof(xprt->xpt_remotebuf) - 1, in svc_xprt_set_remote()
|
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
D | svc_rdma_transport.c | 216 snprintf(newxprt->sc_xprt.xpt_remotebuf, in handle_connect_req() 217 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()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
D | svc_xprt.c | 187 strcpy(xprt->xpt_remotebuf, "uninitialized"); in svc_xprt_init()
|
D | svcsock.c | 1252 strcpy(svsk->sk_xprt.xpt_remotebuf, "listener"); in svc_tcp_init()
|