Home
last modified time | relevance | path

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

/linux/include/net/
H A Dxfrm.h299 const struct xfrm_type_offload *type_offload;
402 const struct xfrm_type_offload *type_offload_esp;
457 struct xfrm_type_offload { struct
465 int xfrm_register_type_offload(const struct xfrm_type_offload *type, unsigned short family); argument
466 void xfrm_unregister_type_offload(const struct xfrm_type_offload *type, unsigned short family);
/linux/net/xfrm/
H A Dxfrm_state.c381 int xfrm_register_type_offload(const struct xfrm_type_offload *type, in xfrm_register_type_offload()
406 void xfrm_unregister_type_offload(const struct xfrm_type_offload *type, in xfrm_unregister_type_offload()
427 static const struct xfrm_type_offload *
430 const struct xfrm_type_offload *type = NULL; in xfrm_get_type_offload()
460 static void xfrm_put_type_offload(const struct xfrm_type_offload *type) in xfrm_put_type_offload()