Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dipip.c352 .ndo_tunnel_ctl = ipip_tunnel_ctl,
H A Dip_vti.c409 .ndo_tunnel_ctl = vti_tunnel_ctl,
H A Dipmr.c460 if (!tunnel_dev->netdev_ops->ndo_tunnel_ctl) in ipmr_new_tunnel()
462 err = tunnel_dev->netdev_ops->ndo_tunnel_ctl(tunnel_dev, &p, in ipmr_new_tunnel()
480 tunnel_dev->netdev_ops->ndo_tunnel_ctl(tunnel_dev, &p, in ipmr_new_tunnel()
H A Dip_tunnel.c968 err = dev->netdev_ops->ndo_tunnel_ctl(dev, &p, cmd); in ip_tunnel_ioctl()
H A Dip_gre.c933 .ndo_tunnel_ctl = ipgre_tunnel_ctl,
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dsit.c1398 .ndo_tunnel_ctl = ipip6_tunnel_ctl,
H A Daddrconf.c2871 if (!dev->netdev_ops->ndo_tunnel_ctl) in addrconf_set_sit_dstaddr()
2873 err = dev->netdev_ops->ndo_tunnel_ctl(dev, &p, SIOCADDTUNNEL); in addrconf_set_sit_dstaddr()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h1525 int (*ndo_tunnel_ctl)(struct net_device *dev, member