Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A Dsvc_xprt.h36 const struct svc_xprt_ops *xcl_ops; member
/linux/net/sunrpc/
H A Dsvc_xprt.c200 xprt->xpt_ops = xcl->xcl_ops; in svc_xprt_init()
281 newxprt = xcl->xcl_ops->xpo_create(serv, net, sap, len, flags); in _svc_xprt_create()
H A Dsvcsock.c837 .xcl_ops = &svc_udp_ops, in svc_udp_init()
1353 .xcl_ops = &svc_tcp_ops, in svc_cleanup_xprt_sock()
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c96 .xcl_ops = &svc_rdma_ops,