Symbol: xfrm_unregister_type
include/net/xfrm.h
466
void xfrm_unregister_type(const struct xfrm_type *type, unsigned short family);
net/ipv4/ah4.c
595
xfrm_unregister_type(&ah_type, AF_INET);
net/ipv4/ah4.c
605
xfrm_unregister_type(&ah_type, AF_INET);
net/ipv4/esp4.c
1201
xfrm_unregister_type(&esp_type, AF_INET);
net/ipv4/esp4.c
1211
xfrm_unregister_type(&esp_type, AF_INET);
net/ipv4/ipcomp.c
186
xfrm_unregister_type(&ipcomp_type, AF_INET);
net/ipv4/ipcomp.c
196
xfrm_unregister_type(&ipcomp_type, AF_INET);
net/ipv4/xfrm4_tunnel.c
112
xfrm_unregister_type(&ipip_type, AF_INET);
net/ipv4/xfrm4_tunnel.c
88
xfrm_unregister_type(&ipip_type, AF_INET);
net/ipv4/xfrm4_tunnel.c
95
xfrm_unregister_type(&ipip_type, AF_INET);
net/ipv6/ah6.c
807
xfrm_unregister_type(&ah6_type, AF_INET6);
net/ipv6/ah6.c
819
xfrm_unregister_type(&ah6_type, AF_INET6);
net/ipv6/esp6.c
1247
xfrm_unregister_type(&esp6_type, AF_INET6);
net/ipv6/esp6.c
1258
xfrm_unregister_type(&esp6_type, AF_INET6);
net/ipv6/ipcomp6.c
205
xfrm_unregister_type(&ipcomp6_type, AF_INET6);
net/ipv6/ipcomp6.c
215
xfrm_unregister_type(&ipcomp6_type, AF_INET6);
net/ipv6/mip6.c
390
xfrm_unregister_type(&mip6_rthdr_type, AF_INET6);
net/ipv6/mip6.c
392
xfrm_unregister_type(&mip6_destopt_type, AF_INET6);
net/ipv6/mip6.c
401
xfrm_unregister_type(&mip6_rthdr_type, AF_INET6);
net/ipv6/mip6.c
402
xfrm_unregister_type(&mip6_destopt_type, AF_INET6);
net/ipv6/xfrm6_tunnel.c
378
xfrm_unregister_type(&xfrm6_tunnel_type, AF_INET6);
net/ipv6/xfrm6_tunnel.c
390
xfrm_unregister_type(&xfrm6_tunnel_type, AF_INET6);
net/xfrm/xfrm_state.c
323
EXPORT_SYMBOL(xfrm_unregister_type);