inet_del_offload
int inet_del_offload(const struct net_offload *prot, unsigned char num);
inet_del_offload(&esp4_offload, IPPROTO_ESP);
inet_del_offload(&gre_offload, IPPROTO_GRE);
EXPORT_SYMBOL(inet_del_offload);
inet_del_offload(&sctp_offload, IPPROTO_SCTP);