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

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

Completed in 234 milliseconds