Home
last modified time | relevance | path

Searched refs:tnl_get_ioctl (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/ip/
Dtunnel.h31 int tnl_get_ioctl(const char *basedev, void *p);
Diptunnel.c203 if (tnl_get_ioctl(*argv, &old_p)) in parse_args()
443 if (tnl_get_ioctl(name, &p1)) in do_tunnels_list()
477 err = tnl_get_ioctl(p.name[0] ? p.name : "tunl0", &p); in do_show()
480 err = tnl_get_ioctl(p.name[0] ? p.name : "gre0", &p); in do_show()
483 err = tnl_get_ioctl(p.name[0] ? p.name : "sit0", &p); in do_show()
Dip6tunnel.c304 if (tnl_get_ioctl(p1.name, &p1)) in do_tunnels_list()
341 if (tnl_get_ioctl(p.name, &p)) in do_show()
Dtunnel.c118 int tnl_get_ioctl(const char *basedev, void *p) in tnl_get_ioctl() function