xfrm_type_offload
const struct xfrm_type_offload *type_offload;
const struct xfrm_type_offload *type_offload_esp;
int xfrm_register_type_offload(const struct xfrm_type_offload *type, unsigned short family);
void xfrm_unregister_type_offload(const struct xfrm_type_offload *type, unsigned short family);
static const struct xfrm_type_offload esp_type_offload = {
static const struct xfrm_type_offload esp6_type_offload = {
int xfrm_register_type_offload(const struct xfrm_type_offload *type,
void xfrm_unregister_type_offload(const struct xfrm_type_offload *type,
const struct xfrm_type_offload *type = NULL;