Lines Matching refs:xprt_class
100 static struct xprt_class xs_local_transport;
101 static struct xprt_class xs_udp_transport;
102 static struct xprt_class xs_tcp_transport;
103 static struct xprt_class xs_tcp_tls_transport;
104 static struct xprt_class xs_bc_tcp_transport;
3229 xprt->xprt_class = &xs_local_transport; in xs_setup_local()
3296 xprt->xprt_class = &xs_udp_transport; in xs_setup_udp()
3377 xprt->xprt_class = &xs_tcp_transport; in xs_setup_tcp()
3459 xprt->xprt_class = &xs_tcp_transport; in xs_setup_tcp_tls()
3544 xprt->xprt_class = &xs_bc_tcp_transport; in xs_setup_bc_tcp()
3606 static struct xprt_class xs_local_transport = {
3615 static struct xprt_class xs_udp_transport = {
3624 static struct xprt_class xs_tcp_transport = {
3633 static struct xprt_class xs_tcp_tls_transport = {
3642 static struct xprt_class xs_bc_tcp_transport = {