Home
last modified time | relevance | path

Searched refs:xfrm_type_offload (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A 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);
426 void xfrm_unregister_type_offload(const struct xfrm_type_offload *type, unsigned short family);
/kernel/linux/linux-6.6/include/net/
H A Dxfrm.h284 const struct xfrm_type_offload *type_offload;
378 const struct xfrm_type_offload *type_offload_esp;
433 struct xfrm_type_offload { struct
441 int xfrm_register_type_offload(const struct xfrm_type_offload *type, unsigned short family);
442 void xfrm_unregister_type_offload(const struct xfrm_type_offload *type, unsigned short family);
/kernel/linux/linux-5.10/net/ipv4/
H A Desp4_offload.c354 static const struct xfrm_type_offload esp_type_offload = {
/kernel/linux/linux-5.10/net/ipv6/
H A Desp6_offload.c388 static const struct xfrm_type_offload esp6_type_offload = {
/kernel/linux/linux-6.6/net/ipv4/
H A Desp4_offload.c357 static const struct xfrm_type_offload esp_type_offload = {
/kernel/linux/linux-6.6/net/ipv6/
H A Desp6_offload.c391 static const struct xfrm_type_offload esp6_type_offload = {
/kernel/linux/linux-5.10/net/xfrm/
H A 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()
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_state.c369 int xfrm_register_type_offload(const struct xfrm_type_offload *type, in xfrm_register_type_offload()
394 void xfrm_unregister_type_offload(const struct xfrm_type_offload *type, in xfrm_unregister_type_offload()
415 static const struct xfrm_type_offload *
418 const struct xfrm_type_offload *type = NULL; in xfrm_get_type_offload()
448 static void xfrm_put_type_offload(const struct xfrm_type_offload *type) in xfrm_put_type_offload()

Completed in 18 milliseconds