Searched refs:ndo_tunnel_ctl (Results 1 – 6 of 6) sorted by relevance
388 .ndo_tunnel_ctl = ipip_tunnel_ctl,
425 .ndo_tunnel_ctl = vti_tunnel_ctl,
1047 err = dev->netdev_ops->ndo_tunnel_ctl(dev, &p, cmd); in ip_tunnel_siocdevprivate()
990 .ndo_tunnel_ctl = ipgre_tunnel_ctl,
2957 if (!dev->netdev_ops->ndo_tunnel_ctl) in addrconf_set_sit_dstaddr()2959 err = dev->netdev_ops->ndo_tunnel_ctl(dev, &p, SIOCADDTUNNEL); in addrconf_set_sit_dstaddr()
1656 int (*ndo_tunnel_ctl)(struct net_device *dev, member