Home
last modified time | relevance | path

Searched refs:ip_tunnel_ctl (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/include/net/
Dip_tunnels.h272 int ip_tunnel_ctl(struct net_device *dev, struct ip_tunnel_parm *p, int cmd);
/Linux-v5.10/net/ipv4/
Dipip.c341 return ip_tunnel_ctl(dev, p, cmd); in ipip_tunnel_ctl()
Dip_tunnel.c856 int ip_tunnel_ctl(struct net_device *dev, struct ip_tunnel_parm *p, int cmd) in ip_tunnel_ctl() function
956 EXPORT_SYMBOL_GPL(ip_tunnel_ctl);
Dip_vti.c390 err = ip_tunnel_ctl(dev, p, cmd); in vti_tunnel_ctl()
Dip_gre.c788 err = ip_tunnel_ctl(dev, p, cmd); in ipgre_tunnel_ctl()