Lines Matching refs:xprt_class
96 static struct xprt_class xs_local_transport;
97 static struct xprt_class xs_udp_transport;
98 static struct xprt_class xs_tcp_transport;
99 static struct xprt_class xs_bc_tcp_transport;
2853 xprt->xprt_class = &xs_local_transport; in xs_setup_local()
2920 xprt->xprt_class = &xs_udp_transport; in xs_setup_udp()
3001 xprt->xprt_class = &xs_tcp_transport; in xs_setup_tcp()
3075 xprt->xprt_class = &xs_bc_tcp_transport; in xs_setup_bc_tcp()
3137 static struct xprt_class xs_local_transport = {
3146 static struct xprt_class xs_udp_transport = {
3155 static struct xprt_class xs_tcp_transport = {
3164 static struct xprt_class xs_bc_tcp_transport = {