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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dip6_tunnel.c82 static struct net_device *ip6_fb_tnl_dev; variable in typeref:struct:net_device
306 if (dev == ip6_fb_tnl_dev) {
1198 if (dev == ip6_fb_tnl_dev) {
1225 if (dev != ip6_fb_tnl_dev && cmd == SIOCCHGTUNNEL) {
1252 if (dev == ip6_fb_tnl_dev) {
1260 if (t->dev == ip6_fb_tnl_dev)
1410 ip6_fb_tnl_dev = alloc_netdev(sizeof(struct ip6_tnl), "ip6tnl0",
1413 if (!ip6_fb_tnl_dev) {
1417 ip6_fb_tnl_dev->init = ip6_fb_tnl_dev_init;
1419 if ((err = register_netdev(ip6_fb_tnl_dev))) {
[all...]

Completed in 44 milliseconds