Home
last modified time | relevance | path

Searched refs:esp_type_offload (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Desp4_offload.c354 static const struct xfrm_type_offload esp_type_offload = { variable
365 if (xfrm_register_type_offload(&esp_type_offload, AF_INET) < 0) { in esp4_offload_init()
375 xfrm_unregister_type_offload(&esp_type_offload, AF_INET); in esp4_offload_exit()
/kernel/linux/linux-6.6/net/ipv4/
H A Desp4_offload.c357 static const struct xfrm_type_offload esp_type_offload = { variable
367 if (xfrm_register_type_offload(&esp_type_offload, AF_INET) < 0) { in esp4_offload_init()
377 xfrm_unregister_type_offload(&esp_type_offload, AF_INET); in esp4_offload_exit()

Completed in 2 milliseconds