tcp_unregister_ulp
void tcp_unregister_ulp(struct tcp_ulp_ops *type);
EXPORT_SYMBOL_GPL(tcp_unregister_ulp);
tcp_unregister_ulp(&tcp_tls_ulp_ops);