Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/
Dipip.c352 .ndo_tunnel_ctl = ipip_tunnel_ctl,
Dip_vti.c409 .ndo_tunnel_ctl = vti_tunnel_ctl,
Dipmr.c458 if (!tunnel_dev->netdev_ops->ndo_tunnel_ctl) in ipmr_new_tunnel()
460 err = tunnel_dev->netdev_ops->ndo_tunnel_ctl(tunnel_dev, &p, in ipmr_new_tunnel()
478 tunnel_dev->netdev_ops->ndo_tunnel_ctl(tunnel_dev, &p, in ipmr_new_tunnel()
Dip_tunnel.c965 err = dev->netdev_ops->ndo_tunnel_ctl(dev, &p, cmd); in ip_tunnel_ioctl()
Dip_gre.c925 .ndo_tunnel_ctl = ipgre_tunnel_ctl,
/Linux-v5.10/net/ipv6/
Dsit.c1400 .ndo_tunnel_ctl = ipip6_tunnel_ctl,
Daddrconf.c2826 if (!dev->netdev_ops->ndo_tunnel_ctl) in addrconf_set_sit_dstaddr()
2828 err = dev->netdev_ops->ndo_tunnel_ctl(dev, &p, SIOCADDTUNNEL); in addrconf_set_sit_dstaddr()
/Linux-v5.10/include/linux/
Dnetdevice.h1487 int (*ndo_tunnel_ctl)(struct net_device *dev, member