Home
last modified time | relevance | path

Searched refs:xfrm_type_offload (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
H A Dxfrm.h293 const struct xfrm_type_offload *type_offload;
388 const struct xfrm_type_offload *type_offload_esp;
443 struct xfrm_type_offload { struct
451 int xfrm_register_type_offload(const struct xfrm_type_offload *type, unsigned short family); argument
452 void xfrm_unregister_type_offload(const struct xfrm_type_offload *type, unsigned short family);
/linux/net/ipv4/
H A Desp4_offload.c383 static const struct xfrm_type_offload esp_type_offload = {
/linux/net/ipv6/
H A Desp6_offload.c404 static const struct xfrm_type_offload esp6_type_offload = {
/linux/net/xfrm/
H A Dxfrm_state.c371 int xfrm_register_type_offload(const struct xfrm_type_offload *type, in xfrm_register_type_offload()
396 void xfrm_unregister_type_offload(const struct xfrm_type_offload *type, in xfrm_unregister_type_offload()
417 static const struct xfrm_type_offload *
420 const struct xfrm_type_offload *type = NULL; in xfrm_get_type_offload()
450 static void xfrm_put_type_offload(const struct xfrm_type_offload *type) in xfrm_put_type_offload()