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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dxfrm4_tunnel.c41 static const struct xfrm_type ipip_type = { variable in typeref:struct:xfrm_type
77 if (xfrm_register_type(&ipip_type, AF_INET) < 0) {
84 xfrm_unregister_type(&ipip_type, AF_INET);
91 xfrm_unregister_type(&ipip_type, AF_INET);
106 if (xfrm_unregister_type(&ipip_type, AF_INET) < 0)

Completed in 102 milliseconds