xprt_unregister_transport
int xprt_unregister_transport(struct xprt_class *type);
EXPORT_SYMBOL_GPL(xprt_unregister_transport);
xprt_unregister_transport(&xprt_rdma);
xprt_unregister_transport(&xprt_rdma_bc);
xprt_unregister_transport(&xprt_rdma);
xprt_unregister_transport(&xs_local_transport);
xprt_unregister_transport(&xs_udp_transport);
xprt_unregister_transport(&xs_tcp_transport);
xprt_unregister_transport(&xs_tcp_tls_transport);
xprt_unregister_transport(&xs_bc_tcp_transport);