Lines Matching refs:xprt_class
94 static struct xprt_class xs_local_transport;
95 static struct xprt_class xs_udp_transport;
96 static struct xprt_class xs_tcp_transport;
97 static struct xprt_class xs_bc_tcp_transport;
2802 xprt->xprt_class = &xs_local_transport; in xs_setup_local()
2872 xprt->xprt_class = &xs_udp_transport; in xs_setup_udp()
2953 xprt->xprt_class = &xs_tcp_transport; in xs_setup_tcp()
3027 xprt->xprt_class = &xs_bc_tcp_transport; in xs_setup_bc_tcp()
3089 static struct xprt_class xs_local_transport = {
3098 static struct xprt_class xs_udp_transport = {
3107 static struct xprt_class xs_tcp_transport = {
3116 static struct xprt_class xs_bc_tcp_transport = {