Searched refs:ip_tunnel_ctl (Results 1 – 5 of 5) sorted by relevance
| /linux/net/ipv4/ |
| A D | ipip.c | 353 return ip_tunnel_ctl(dev, p, cmd); in ipip_tunnel_ctl()
|
| A D | ip_vti.c | 405 err = ip_tunnel_ctl(dev, p, cmd); in vti_tunnel_ctl()
|
| A D | ip_tunnel.c | 907 int ip_tunnel_ctl(struct net_device *dev, struct ip_tunnel_parm_kern *p, in ip_tunnel_ctl() function 1008 EXPORT_SYMBOL_GPL(ip_tunnel_ctl);
|
| A D | ip_gre.c | 834 err = ip_tunnel_ctl(dev, p, cmd); in ipgre_tunnel_ctl()
|
| /linux/include/net/ |
| A D | ip_tunnels.h | 388 int ip_tunnel_ctl(struct net_device *dev, struct ip_tunnel_parm_kern *p,
|
Completed in 17 milliseconds