Searched refs:xfrm_unregister_type (Results 1 – 8 of 8) sorted by relevance
| /linux/net/ipv4/ |
| H A D | xfrm4_tunnel.c | 88 xfrm_unregister_type(&ipip_type, AF_INET); in ipip_init() 95 xfrm_unregister_type(&ipip_type, AF_INET); in ipip_init() 112 xfrm_unregister_type(&ipip_type, AF_INET); in ipip_fini()
|
| H A D | ipcomp.c | 186 xfrm_unregister_type(&ipcomp_type, AF_INET); in ipcomp4_init() 196 xfrm_unregister_type(&ipcomp_type, AF_INET); in ipcomp4_fini()
|
| H A D | ah4.c | 585 xfrm_unregister_type(&ah_type, AF_INET); in ah4_init() 595 xfrm_unregister_type(&ah_type, AF_INET); in ah4_fini()
|
| /linux/net/ipv6/ |
| H A D | mip6.c | 390 xfrm_unregister_type(&mip6_rthdr_type, AF_INET6); in mip6_init() 392 xfrm_unregister_type(&mip6_destopt_type, AF_INET6); in mip6_init() 401 xfrm_unregister_type(&mip6_rthdr_type, AF_INET6); in mip6_fini() 402 xfrm_unregister_type(&mip6_destopt_type, AF_INET6); in mip6_fini()
|
| H A D | ipcomp6.c | 205 xfrm_unregister_type(&ipcomp6_type, AF_INET6); in ipcomp6_init() 215 xfrm_unregister_type(&ipcomp6_type, AF_INET6); in ipcomp6_fini()
|
| H A D | xfrm6_tunnel.c | 378 xfrm_unregister_type(&xfrm6_tunnel_type, AF_INET6); in xfrm6_tunnel_init() 390 xfrm_unregister_type(&xfrm6_tunnel_type, AF_INET6); in xfrm6_tunnel_fini()
|
| /linux/net/xfrm/ |
| H A D | xfrm_state.c | 282 void xfrm_unregister_type(const struct xfrm_type *type, unsigned short family) in xfrm_unregister_type() function 323 EXPORT_SYMBOL(xfrm_unregister_type);
|
| /linux/include/net/ |
| H A D | xfrm.h | 464 void xfrm_unregister_type(const struct xfrm_type *type, unsigned short family);
|