Home
last modified time | relevance | path

Searched refs:xfrm6_protocol_deregister (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/net/ipv6/
Dxfrm6_protocol.c232 int xfrm6_protocol_deregister(struct xfrm6_protocol *handler, in xfrm6_protocol_deregister() function
269 EXPORT_SYMBOL(xfrm6_protocol_deregister);
Dip6_vti.c1164 xfrm6_protocol_deregister(&vti_ipcomp6_protocol, IPPROTO_COMP); in vti6_tunnel_init()
1166 xfrm6_protocol_deregister(&vti_ah6_protocol, IPPROTO_AH); in vti6_tunnel_init()
1168 xfrm6_protocol_deregister(&vti_esp6_protocol, IPPROTO_ESP); in vti6_tunnel_init()
1182 xfrm6_protocol_deregister(&vti_ipcomp6_protocol, IPPROTO_COMP); in vti6_tunnel_cleanup()
1183 xfrm6_protocol_deregister(&vti_ah6_protocol, IPPROTO_AH); in vti6_tunnel_cleanup()
1184 xfrm6_protocol_deregister(&vti_esp6_protocol, IPPROTO_ESP); in vti6_tunnel_cleanup()
Dipcomp6.c218 if (xfrm6_protocol_deregister(&ipcomp6_protocol, IPPROTO_COMP) < 0) in ipcomp6_fini()
Desp6.c706 if (xfrm6_protocol_deregister(&esp6_protocol, IPPROTO_ESP) < 0) in esp6_fini()
Dah6.c795 if (xfrm6_protocol_deregister(&ah6_protocol, IPPROTO_AH) < 0) in ah6_fini()
/linux-4.4.14/include/net/
Dxfrm.h1555 int xfrm6_protocol_deregister(struct xfrm6_protocol *handler, unsigned char protocol);