xfrm_unregister_type
void xfrm_unregister_type(const struct xfrm_type *type, unsigned short family);
xfrm_unregister_type(&ah_type, AF_INET);
xfrm_unregister_type(&ah_type, AF_INET);
xfrm_unregister_type(&esp_type, AF_INET);
xfrm_unregister_type(&esp_type, AF_INET);
xfrm_unregister_type(&ipcomp_type, AF_INET);
xfrm_unregister_type(&ipcomp_type, AF_INET);
xfrm_unregister_type(&ipip_type, AF_INET);
xfrm_unregister_type(&ipip_type, AF_INET);
xfrm_unregister_type(&ipip_type, AF_INET);
xfrm_unregister_type(&ah6_type, AF_INET6);
xfrm_unregister_type(&ah6_type, AF_INET6);
xfrm_unregister_type(&esp6_type, AF_INET6);
xfrm_unregister_type(&esp6_type, AF_INET6);
xfrm_unregister_type(&ipcomp6_type, AF_INET6);
xfrm_unregister_type(&ipcomp6_type, AF_INET6);
xfrm_unregister_type(&mip6_rthdr_type, AF_INET6);
xfrm_unregister_type(&mip6_destopt_type, AF_INET6);
xfrm_unregister_type(&mip6_rthdr_type, AF_INET6);
xfrm_unregister_type(&mip6_destopt_type, AF_INET6);
xfrm_unregister_type(&xfrm6_tunnel_type, AF_INET6);
xfrm_unregister_type(&xfrm6_tunnel_type, AF_INET6);
EXPORT_SYMBOL(xfrm_unregister_type);