Home
last modified time | relevance | path

Searched refs:xfrm_register_type (Results 1 – 11 of 11) sorted by relevance

/linux-6.6.21/net/ipv4/
Dxfrm4_tunnel.c81 if (xfrm_register_type(&ipip_type, AF_INET) < 0) { in ipip_init()
Dipcomp.c178 if (xfrm_register_type(&ipcomp_type, AF_INET) < 0) { in ipcomp4_init()
Dah4.c582 if (xfrm_register_type(&ah_type, AF_INET) < 0) { in ah4_init()
Desp4.c1229 if (xfrm_register_type(&esp_type, AF_INET) < 0) { in esp4_init()
/linux-6.6.21/net/ipv6/
Dmip6.c373 if (xfrm_register_type(&mip6_destopt_type, AF_INET6) < 0) { in mip6_init()
377 if (xfrm_register_type(&mip6_rthdr_type, AF_INET6) < 0) { in mip6_init()
Dipcomp6.c197 if (xfrm_register_type(&ipcomp6_type, AF_INET6) < 0) { in ipcomp6_init()
Dxfrm6_tunnel.c367 rv = xfrm_register_type(&xfrm6_tunnel_type, AF_INET6); in xfrm6_tunnel_init()
Dah6.c781 if (xfrm_register_type(&ah6_type, AF_INET6) < 0) { in ah6_init()
Desp6.c1281 if (xfrm_register_type(&esp6_type, AF_INET6) < 0) { in esp6_init()
/linux-6.6.21/net/xfrm/
Dxfrm_state.c224 int xfrm_register_type(const struct xfrm_type *type, unsigned short family) in xfrm_register_type() function
268 EXPORT_SYMBOL(xfrm_register_type);
/linux-6.6.21/include/net/
Dxfrm.h430 int xfrm_register_type(const struct xfrm_type *type, unsigned short family);