Searched refs:xfrm_register_type (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/net/ipv4/ |
D | xfrm4_tunnel.c | 81 if (xfrm_register_type(&ipip_type, AF_INET) < 0) { in ipip_init()
|
D | ipcomp.c | 178 if (xfrm_register_type(&ipcomp_type, AF_INET) < 0) { in ipcomp4_init()
|
D | ah4.c | 582 if (xfrm_register_type(&ah_type, AF_INET) < 0) { in ah4_init()
|
D | esp4.c | 1229 if (xfrm_register_type(&esp_type, AF_INET) < 0) { in esp4_init()
|
/linux-6.6.21/net/ipv6/ |
D | mip6.c | 373 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()
|
D | ipcomp6.c | 197 if (xfrm_register_type(&ipcomp6_type, AF_INET6) < 0) { in ipcomp6_init()
|
D | xfrm6_tunnel.c | 367 rv = xfrm_register_type(&xfrm6_tunnel_type, AF_INET6); in xfrm6_tunnel_init()
|
D | ah6.c | 781 if (xfrm_register_type(&ah6_type, AF_INET6) < 0) { in ah6_init()
|
D | esp6.c | 1281 if (xfrm_register_type(&esp6_type, AF_INET6) < 0) { in esp6_init()
|
/linux-6.6.21/net/xfrm/ |
D | xfrm_state.c | 224 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/ |
D | xfrm.h | 430 int xfrm_register_type(const struct xfrm_type *type, unsigned short family);
|