Home
last modified time | relevance | path

Searched refs:xcl_ops (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/sunrpc/
Dsvc_xprt.h35 const struct svc_xprt_ops *xcl_ops; member
/Linux-v4.19/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c98 .xcl_ops = &svc_rdma_ops,
120 .xcl_ops = &svc_rdma_bc_ops,
/Linux-v4.19/net/sunrpc/
Dsvcsock.c702 .xcl_ops = &svc_udp_ops,
1246 .xcl_ops = &svc_tcp_bc_ops,
1286 .xcl_ops = &svc_tcp_ops,
Dsvc_xprt.c164 xprt->xpt_ops = xcl->xcl_ops; in svc_xprt_init()
217 return xcl->xcl_ops->xpo_create(serv, net, sap, len, flags); in __svc_xpo_create()