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

/linux-master/net/ipv4/
H A Dipip.c355 .ndo_tunnel_ctl = ipip_tunnel_ctl,
H A Dip_vti.c412 .ndo_tunnel_ctl = vti_tunnel_ctl,
H A Dipmr.c458 if (!tunnel_dev->netdev_ops->ndo_tunnel_ctl)
460 err = tunnel_dev->netdev_ops->ndo_tunnel_ctl(tunnel_dev, &p,
478 tunnel_dev->netdev_ops->ndo_tunnel_ctl(tunnel_dev, &p,
H A Dip_tunnel.c1016 err = dev->netdev_ops->ndo_tunnel_ctl(dev, &p, cmd);
H A Dip_gre.c945 .ndo_tunnel_ctl = ipgre_tunnel_ctl,
/linux-master/net/ipv6/
H A Dsit.c1402 .ndo_tunnel_ctl = ipip6_tunnel_ctl,
H A Daddrconf.c2933 if (!dev->netdev_ops->ndo_tunnel_ctl)
2935 err = dev->netdev_ops->ndo_tunnel_ctl(dev, &p, SIOCADDTUNNEL);
/linux-master/include/linux/
H A Dnetdevice.h1330 * int (*ndo_tunnel_ctl)(struct net_device *dev, struct ip_tunnel_parm *p,
1585 int (*ndo_tunnel_ctl)(struct net_device *dev, member in struct:net_device_ops

Completed in 183 milliseconds