Lines Matching refs:xprt_class
99 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()
1954 struct xprt_class *t; in xprt_create_transport()