Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/
Dxfrm.h271 const struct xfrm_type_offload *type_offload;
365 const struct xfrm_type_offload *type_offload_esp;
420 struct xfrm_type_offload { struct
428 int xfrm_register_type_offload(const struct xfrm_type_offload *type, unsigned short family); argument
429 void xfrm_unregister_type_offload(const struct xfrm_type_offload *type, unsigned short family);
/linux-6.1.9/net/ipv4/
Desp4_offload.c353 static const struct xfrm_type_offload esp_type_offload = {
/linux-6.1.9/net/ipv6/
Desp6_offload.c388 static const struct xfrm_type_offload esp6_type_offload = {
/linux-6.1.9/net/xfrm/
Dxfrm_state.c348 int xfrm_register_type_offload(const struct xfrm_type_offload *type, in xfrm_register_type_offload()
373 void xfrm_unregister_type_offload(const struct xfrm_type_offload *type, in xfrm_unregister_type_offload()
394 static const struct xfrm_type_offload *
397 const struct xfrm_type_offload *type = NULL; in xfrm_get_type_offload()
427 static void xfrm_put_type_offload(const struct xfrm_type_offload *type) in xfrm_put_type_offload()