Lines Matching refs:xprt_class
102 int xprt_register_transport(struct xprt_class *transport) in xprt_register_transport()
104 struct xprt_class *t; in xprt_register_transport()
134 int xprt_unregister_transport(struct xprt_class *transport) in xprt_unregister_transport()
136 struct xprt_class *t; in xprt_unregister_transport()
159 xprt_class_release(const struct xprt_class *t) in xprt_class_release()
164 static const struct xprt_class *
167 const struct xprt_class *t; in xprt_class_find_by_ident_locked()
179 static const struct xprt_class *
182 const struct xprt_class *t; in xprt_class_find_by_ident()
190 static const struct xprt_class *
193 const struct xprt_class *t; in xprt_class_find_by_netid_locked()
208 static const struct xprt_class *
211 const struct xprt_class *t; in xprt_class_find_by_netid()
235 const struct xprt_class *t; in xprt_find_transport_ident()
2061 const struct xprt_class *t; in xprt_create_transport()