Searched refs:xfrm4_protocol_deregister (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/net/ipv4/ |
| D | ip_vti.c | 574 xfrm4_protocol_deregister(&vti_ipcomp4_protocol, IPPROTO_COMP); in vti_init() 576 xfrm4_protocol_deregister(&vti_ah4_protocol, IPPROTO_AH); in vti_init() 578 xfrm4_protocol_deregister(&vti_esp4_protocol, IPPROTO_ESP); in vti_init() 589 xfrm4_protocol_deregister(&vti_ipcomp4_protocol, IPPROTO_COMP); in vti_fini() 590 xfrm4_protocol_deregister(&vti_ah4_protocol, IPPROTO_AH); in vti_fini() 591 xfrm4_protocol_deregister(&vti_esp4_protocol, IPPROTO_ESP); in vti_fini()
|
| D | xfrm4_protocol.c | 258 int xfrm4_protocol_deregister(struct xfrm4_protocol *handler, in xfrm4_protocol_deregister() function 295 EXPORT_SYMBOL(xfrm4_protocol_deregister);
|
| D | ipcomp.c | 191 if (xfrm4_protocol_deregister(&ipcomp4_protocol, IPPROTO_COMP) < 0) in ipcomp4_fini()
|
| D | ah4.c | 582 if (xfrm4_protocol_deregister(&ah4_protocol, IPPROTO_AH) < 0) in ah4_fini()
|
| D | esp4.c | 765 if (xfrm4_protocol_deregister(&esp4_protocol, IPPROTO_ESP) < 0) in esp4_fini()
|
| /linux-4.4.14/include/net/ |
| D | xfrm.h | 1541 int xfrm4_protocol_deregister(struct xfrm4_protocol *handler, unsigned char protocol);
|