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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dipip.h18 struct ip_tunnel { struct
19 struct ip_tunnel *next;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dsit.c71 struct ip_tunnel *tunnels_r_l[HASH_SIZE];
72 struct ip_tunnel *tunnels_r[HASH_SIZE];
73 struct ip_tunnel *tunnels_l[HASH_SIZE];
74 struct ip_tunnel *tunnels_wc[1];
75 struct ip_tunnel **tunnels[4];
91 static struct ip_tunnel * ipip6_tunnel_lookup(struct net *net,
96 struct ip_tunnel *t;
124 static struct ip_tunnel **__ipip6_bucket(struct sit_net *sitn,
143 static inline struct ip_tunnel **ipip6_bucket(struct sit_net *sitn,
144 struct ip_tunnel *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dipip.c125 struct ip_tunnel *tunnels_r_l[HASH_SIZE];
126 struct ip_tunnel *tunnels_r[HASH_SIZE];
127 struct ip_tunnel *tunnels_l[HASH_SIZE];
128 struct ip_tunnel *tunnels_wc[1];
129 struct ip_tunnel **tunnels[4];
145 static struct ip_tunnel * ipip_tunnel_lookup(struct net *net,
150 struct ip_tunnel *t;
172 static struct ip_tunnel **__ipip_bucket(struct ipip_net *ipn,
191 static inline struct ip_tunnel **ipip_bucket(struct ipip_net *ipn,
192 struct ip_tunnel *
[all...]
H A Dip_gre.c115 to a separate module (ip_tunnel.c).
131 struct ip_tunnel *tunnels[4][HASH_SIZE];
170 static struct ip_tunnel * ipgre_tunnel_lookup(struct net_device *dev,
178 struct ip_tunnel *t, *cand = NULL;
292 static struct ip_tunnel **__ipgre_bucket(struct ipgre_net *ign,
311 static inline struct ip_tunnel **ipgre_bucket(struct ipgre_net *ign,
312 struct ip_tunnel *t)
317 static void ipgre_tunnel_link(struct ipgre_net *ign, struct ip_tunnel *t)
319 struct ip_tunnel **tp = ipgre_bucket(ign, t);
327 static void ipgre_tunnel_unlink(struct ipgre_net *ign, struct ip_tunnel *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/zebra/
H A Dinterface.c1278 DEFUN (ip_tunnel,

Completed in 128 milliseconds