Home
last modified time | relevance | path

Searched refs:ip_tunnel_ctl (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dip_tunnels.h272 int ip_tunnel_ctl(struct net_device *dev, struct ip_tunnel_parm *p, int cmd);
/kernel/linux/linux-6.6/include/net/
H A Dip_tunnels.h293 int ip_tunnel_ctl(struct net_device *dev, struct ip_tunnel_parm *p, int cmd);
/kernel/linux/linux-6.6/net/ipv4/
H A Dipip.c344 return ip_tunnel_ctl(dev, p, cmd); in ipip_tunnel_ctl()
H A Dip_vti.c393 err = ip_tunnel_ctl(dev, p, cmd); in vti_tunnel_ctl()
H A Dip_tunnel.c907 int ip_tunnel_ctl(struct net_device *dev, struct ip_tunnel_parm *p, int cmd) in ip_tunnel_ctl() function
1007 EXPORT_SYMBOL_GPL(ip_tunnel_ctl); variable
H A Dip_gre.c803 err = ip_tunnel_ctl(dev, p, cmd); in ipgre_tunnel_ctl()
/kernel/linux/linux-5.10/net/ipv4/
H A Dip_vti.c392 err = ip_tunnel_ctl(dev, p, cmd); in vti_tunnel_ctl()
H A Dipip.c341 return ip_tunnel_ctl(dev, p, cmd); in ipip_tunnel_ctl()
H A Dip_tunnel.c886 int ip_tunnel_ctl(struct net_device *dev, struct ip_tunnel_parm *p, int cmd) in ip_tunnel_ctl() function
986 EXPORT_SYMBOL_GPL(ip_tunnel_ctl); variable
H A Dip_gre.c799 err = ip_tunnel_ctl(dev, p, cmd); in ipgre_tunnel_ctl()

Completed in 17 milliseconds