• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/

Lines Matching defs:tunnel

759  *	skip l2tp/pptp tunnel encapsulated traffic
771 * skip first pass of l2tp/pptp tunnel encapsulated traffic
1498 DEBUG_TRACE("Net device: %p is IPSec tunnel type: %d\n", dev, dev_type);
1501 // GGG TODO Flesh this out with tunnel endpoint addressing detail
1513 struct ip_tunnel *tunnel;
1519 tunnel = (struct ip_tunnel*)netdev_priv(dev);
1520 ip6rd = &tunnel->ip6rd;
1525 tiph = &tunnel->parms.iph ;
1551 struct ip6_tnl *tunnel;
1557 * Get the tunnel device flow information (discover the output path of the tunnel)
1559 tunnel = (struct ip6_tnl *)netdev_priv(dev);
1560 fl6 = &tunnel->fl.u.ip6;
1564 type_info.tunipip6.hop_limit = tunnel->parms.hop_limit;
1565 type_info.tunipip6.flags = ntohl(tunnel->parms.flags);
1908 DEBUG_TRACE("Net device: %p is IPSec tunnel type: %d\n", dest_dev, dest_dev_type);
1910 * TODO Figure out the next device the tunnel is using...
1921 * TODO Figure out the next device the tunnel is using...
1932 * TODO Figure out the next device the tunnel is using...
2485 * GGG ALERT: If the address is a local address and protocol is an IP tunnel
2486 * then this connection is a tunnel endpoint made to this device.
2500 DEBUG_TRACE("HACK: %s tunnel packet with dest_addr: " ECM_IP_ADDR_DOT_FMT " uses dev: %p(%s)\n", "IPV6", ECM_IP_ADDR_TO_DOT(dest_addr), dest_dev, dest_dev->name);
2502 DEBUG_TRACE("HACK: %s tunnel packet with dest_addr: " ECM_IP_ADDR_OCTAL_FMT " uses dev: %p(%s)\n", "IPIP", ECM_IP_ADDR_TO_OCTAL(dest_addr), dest_dev, dest_dev->name);
2540 * GGG ALERT: If the address is a local address and protocol is an IP tunnel
2541 * then this connection is a tunnel endpoint made to this device.
2555 DEBUG_TRACE("HACK: %s tunnel packet with src_addr: " ECM_IP_ADDR_DOT_FMT " uses dev: %p(%s)\n", "IPV6", ECM_IP_ADDR_TO_DOT(src_addr), src_dev, src_dev->name);
2557 DEBUG_TRACE("HACK: %s tunnel packet with src_addr: " ECM_IP_ADDR_OCTAL_FMT " uses dev: %p(%s)\n", "IPIP", ECM_IP_ADDR_TO_OCTAL(src_addr), src_dev, src_dev->name);
2884 DEBUG_TRACE("Net device: %p is IPSec tunnel type: %d\n", dest_dev, dest_dev_type);
2885 // GGG TODO Figure out the next device the tunnel is using...
2894 // GGG TODO Figure out the next device the tunnel is using...
2903 // GGG TODO Figure out the next device the tunnel is using...