Searched refs:xfrm_type_offload (Results 1 – 4 of 4) sorted by relevance
261 const struct xfrm_type_offload *type_offload;349 const struct xfrm_type_offload *type_offload_esp;403 struct xfrm_type_offload { struct411 int xfrm_register_type_offload(const struct xfrm_type_offload *type, unsigned short family); argument412 void xfrm_unregister_type_offload(const struct xfrm_type_offload *type, unsigned short family);
344 static const struct xfrm_type_offload esp_type_offload = {
379 static const struct xfrm_type_offload esp6_type_offload = {
347 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