• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/

Lines Matching refs:ip_tunnel

115    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 *t)
329 struct ip_tunnel **tp;
341 static struct ip_tunnel *ipgre_tunnel_find(struct net *net,
349 struct ip_tunnel *t, **tp;
363 static struct ip_tunnel * ipgre_tunnel_locate(struct net *net,
366 struct ip_tunnel *t, *nt;
440 struct ip_tunnel *t;
537 struct ip_tunnel *tunnel;
663 struct ip_tunnel *tunnel = netdev_priv(dev);
900 struct ip_tunnel *tunnel;
962 struct ip_tunnel *t;
1089 struct ip_tunnel *tunnel = netdev_priv(dev);
1130 struct ip_tunnel *t = netdev_priv(dev);
1167 struct ip_tunnel *t = netdev_priv(dev);
1191 struct ip_tunnel *t = netdev_priv(dev);
1235 struct ip_tunnel *tunnel;
1264 struct ip_tunnel *tunnel = netdev_priv(dev);
1294 struct ip_tunnel *t = ign->tunnels[prio][h];
1309 ign->fb_tunnel_dev = alloc_netdev(sizeof(struct ip_tunnel), "gre0",
1435 struct ip_tunnel *tunnel;
1471 struct ip_tunnel *nt;
1504 struct ip_tunnel *t, *nt;
1593 struct ip_tunnel *t = netdev_priv(dev);
1630 .priv_size = sizeof(struct ip_tunnel),
1643 .priv_size = sizeof(struct ip_tunnel),