Searched refs:ndo_tunnel_ctl (Results 1 – 7 of 7) sorted by relevance
| /linux/net/ipv4/ |
| H A D | ipip.c | 388 .ndo_tunnel_ctl = ipip_tunnel_ctl,
|
| H A D | ip_vti.c | 425 .ndo_tunnel_ctl = vti_tunnel_ctl,
|
| H A D | ipmr.c | 495 if (!tunnel_dev->netdev_ops->ndo_tunnel_ctl) in ipmr_new_tunnel() 497 err = tunnel_dev->netdev_ops->ndo_tunnel_ctl(tunnel_dev, &p, in ipmr_new_tunnel() 515 tunnel_dev->netdev_ops->ndo_tunnel_ctl(tunnel_dev, &p, in ipmr_new_tunnel()
|
| H A D | ip_tunnel.c | 1047 err = dev->netdev_ops->ndo_tunnel_ctl(dev, &p, cmd); in ip_tunnel_siocdevprivate()
|
| H A D | ip_gre.c | 992 .ndo_tunnel_ctl = ipgre_tunnel_ctl,
|
| /linux/net/ipv6/ |
| H A D | addrconf.c | 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()
|
| /linux/include/linux/ |
| H A D | netdevice.h | 1672 int (*ndo_tunnel_ctl)(struct net_device *dev, member
|