Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dxfrm.h260 const struct xfrm_type_offload *type_offload;
360 const struct xfrm_type_offload *type_offload_esp;
416 struct xfrm_type_offload { struct
425 int xfrm_register_type_offload(const struct xfrm_type_offload *type, unsigned short family); argument
426 void xfrm_unregister_type_offload(const struct xfrm_type_offload *type, unsigned short family);
/kernel/linux/linux-5.10/net/ipv4/
Desp4_offload.c354 static const struct xfrm_type_offload esp_type_offload = {
/kernel/linux/linux-5.10/net/ipv6/
Desp6_offload.c388 static const struct xfrm_type_offload esp6_type_offload = {
/kernel/linux/linux-5.10/net/xfrm/
Dxfrm_state.c326 int xfrm_register_type_offload(const struct xfrm_type_offload *type, in xfrm_register_type_offload()
351 void xfrm_unregister_type_offload(const struct xfrm_type_offload *type, in xfrm_unregister_type_offload()
372 static const struct xfrm_type_offload *
375 const struct xfrm_type_offload *type = NULL; in xfrm_get_type_offload()
405 static void xfrm_put_type_offload(const struct xfrm_type_offload *type) in xfrm_put_type_offload()