Home
last modified time | relevance | path

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

/linux/include/net/
A Dxfrm.h261 const struct xfrm_type_offload *type_offload;
349 const struct xfrm_type_offload *type_offload_esp;
403 struct xfrm_type_offload { struct
411 int xfrm_register_type_offload(const struct xfrm_type_offload *type, unsigned short family); argument
412 void xfrm_unregister_type_offload(const struct xfrm_type_offload *type, unsigned short family);
/linux/net/ipv4/
A Desp4_offload.c344 static const struct xfrm_type_offload esp_type_offload = {
/linux/net/ipv6/
A Desp6_offload.c379 static const struct xfrm_type_offload esp6_type_offload = {
/linux/net/xfrm/
A Dxfrm_state.c347 int xfrm_register_type_offload(const struct xfrm_type_offload *type, in xfrm_register_type_offload()
372 void xfrm_unregister_type_offload(const struct xfrm_type_offload *type, in xfrm_unregister_type_offload()
393 static const struct xfrm_type_offload *
396 const struct xfrm_type_offload *type = NULL; in xfrm_get_type_offload()
426 static void xfrm_put_type_offload(const struct xfrm_type_offload *type) in xfrm_put_type_offload()

Completed in 18 milliseconds