xfrm_unregister_type_offload
void xfrm_unregister_type_offload(const struct xfrm_type_offload *type, unsigned short family);
xfrm_unregister_type_offload(&esp_type_offload, AF_INET);
xfrm_unregister_type_offload(&esp6_type_offload, AF_INET6);
EXPORT_SYMBOL(xfrm_unregister_type_offload);