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;
2775 xprt->xprt_class = &xs_local_transport; in xs_setup_local()
2845 xprt->xprt_class = &xs_udp_transport; in xs_setup_udp()
2926 xprt->xprt_class = &xs_tcp_transport; in xs_setup_tcp()
3000 xprt->xprt_class = &xs_bc_tcp_transport; in xs_setup_bc_tcp()
3062 static struct xprt_class xs_local_transport = {
3071 static struct xprt_class xs_udp_transport = {
3080 static struct xprt_class xs_tcp_transport = {
3089 static struct xprt_class xs_bc_tcp_transport = {