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

/linux-4.1.27/net/ipv4/
H A Dipcomp.c157 static const struct xfrm_type ipcomp_type = { variable in typeref:struct:xfrm_type
177 if (xfrm_register_type(&ipcomp_type, AF_INET) < 0) { ipcomp4_init()
183 xfrm_unregister_type(&ipcomp_type, AF_INET); ipcomp4_init()
193 if (xfrm_unregister_type(&ipcomp_type, AF_INET) < 0) ipcomp4_fini()

Completed in 32 milliseconds