Home
last modified time | relevance | path

Searched refs:xprt_class (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dxprt.c99 int xprt_register_transport(struct xprt_class *transport) in xprt_register_transport()
101 struct xprt_class *t; in xprt_register_transport()
131 int xprt_unregister_transport(struct xprt_class *transport) in xprt_unregister_transport()
133 struct xprt_class *t; in xprt_unregister_transport()
156 xprt_class_release(const struct xprt_class *t) in xprt_class_release()
161 static const struct xprt_class *
164 const struct xprt_class *t; in xprt_class_find_by_netid_locked()
179 static const struct xprt_class *
182 const struct xprt_class *t; in xprt_class_find_by_netid()
206 const struct xprt_class *t; in xprt_load_transport()
[all …]
H A Dxprtsock.c3099 static struct xprt_class xs_local_transport = {
3108 static struct xprt_class xs_udp_transport = {
3117 static struct xprt_class xs_tcp_transport = {
3126 static struct xprt_class xs_bc_tcp_transport = {
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dxprt.h327 struct xprt_class { struct
388 int xprt_register_transport(struct xprt_class *type);
389 int xprt_unregister_transport(struct xprt_class *type);
/OK3568_Linux_fs/kernel/net/sunrpc/xprtrdma/
H A Dsvc_rdma_backchannel.c275 struct xprt_class xprt_rdma_bc = {
H A Dxprt_rdma.h588 extern struct xprt_class xprt_rdma_bc;
H A Dtransport.c768 static struct xprt_class xprt_rdma = {