Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dxfrm4_tunnel.c88 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 Dipcomp.c184 xfrm_unregister_type(&ipcomp_type, AF_INET); in ipcomp4_init()
194 xfrm_unregister_type(&ipcomp_type, AF_INET); in ipcomp4_fini()
H A Dah4.c585 xfrm_unregister_type(&ah_type, AF_INET); in ah4_init()
595 xfrm_unregister_type(&ah_type, AF_INET); in ah4_fini()
H A Desp4.c1230 xfrm_unregister_type(&esp_type, AF_INET); in esp4_init()
1240 xfrm_unregister_type(&esp_type, AF_INET); in esp4_fini()
/linux/net/ipv6/
H A Dmip6.c390 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 Dipcomp6.c203 xfrm_unregister_type(&ipcomp6_type, AF_INET6); in ipcomp6_init()
213 xfrm_unregister_type(&ipcomp6_type, AF_INET6); in ipcomp6_fini()
H A Dxfrm6_tunnel.c378 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()
H A Dah6.c785 xfrm_unregister_type(&ah6_type, AF_INET6); in ah6_init()
797 xfrm_unregister_type(&ah6_type, AF_INET6); in ah6_fini()
H A Desp6.c1276 xfrm_unregister_type(&esp6_type, AF_INET6); in esp6_init()
1287 xfrm_unregister_type(&esp6_type, AF_INET6); in esp6_fini()
/linux/net/xfrm/
H A Dxfrm_state.c272 void xfrm_unregister_type(const struct xfrm_type *type, unsigned short family) in xfrm_unregister_type() function
313 EXPORT_SYMBOL(xfrm_unregister_type);
/linux/include/net/
H A Dxfrm.h441 void xfrm_unregister_type(const struct xfrm_type *type, unsigned short family);