Lines Matching refs:xprt_class
101 int xprt_register_transport(struct xprt_class *transport) in xprt_register_transport()
103 struct xprt_class *t; in xprt_register_transport()
133 int xprt_unregister_transport(struct xprt_class *transport) in xprt_unregister_transport()
135 struct xprt_class *t; in xprt_unregister_transport()
158 xprt_class_release(const struct xprt_class *t) in xprt_class_release()
163 static const struct xprt_class *
166 const struct xprt_class *t; in xprt_class_find_by_ident_locked()
178 static const struct xprt_class *
181 const struct xprt_class *t; in xprt_class_find_by_ident()
189 static const struct xprt_class *
192 const struct xprt_class *t; in xprt_class_find_by_netid_locked()
207 static const struct xprt_class *
210 const struct xprt_class *t; in xprt_class_find_by_netid()
234 const struct xprt_class *t; in xprt_find_transport_ident()
2038 const struct xprt_class *t; in xprt_create_transport()