Home
last modified time | relevance | path

Searched refs:xfrm_unregister_type (Results 1 – 8 of 8) 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.c186 xfrm_unregister_type(&ipcomp_type, AF_INET); in ipcomp4_init()
196 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()
/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.c205 xfrm_unregister_type(&ipcomp6_type, AF_INET6); in ipcomp6_init()
215 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()
/linux/net/xfrm/
H A Dxfrm_state.c282 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 Dxfrm.h464 void xfrm_unregister_type(const struct xfrm_type *type, unsigned short family);