Searched refs:ndo_tunnel_ctl (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/net/ipv4/ |
A D | ipip.c | 354 .ndo_tunnel_ctl = ipip_tunnel_ctl,
|
A D | ip_vti.c | 412 .ndo_tunnel_ctl = vti_tunnel_ctl,
|
A D | ipmr.c | 458 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()
|
A D | ip_tunnel.c | 972 err = dev->netdev_ops->ndo_tunnel_ctl(dev, &p, cmd); in ip_tunnel_siocdevprivate()
|
A D | ip_gre.c | 935 .ndo_tunnel_ctl = ipgre_tunnel_ctl,
|
/linux-6.3-rc2/net/ipv6/ |
A D | sit.c | 1401 .ndo_tunnel_ctl = ipip6_tunnel_ctl,
|
A D | addrconf.c | 2854 if (!dev->netdev_ops->ndo_tunnel_ctl) in addrconf_set_sit_dstaddr() 2856 err = dev->netdev_ops->ndo_tunnel_ctl(dev, &p, SIOCADDTUNNEL); in addrconf_set_sit_dstaddr()
|
/linux-6.3-rc2/include/linux/ |
A D | netdevice.h | 1613 int (*ndo_tunnel_ctl)(struct net_device *dev, member
|
Completed in 42 milliseconds