Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dtunnel.h29 int tnl_get_ioctl(const char *basedev, void *p);
Diptunnel.c203 if (tnl_get_ioctl(*argv, &old_p)) in parse_args()
447 if (tnl_get_ioctl(name, &p1)) in do_tunnels_list()
482 err = tnl_get_ioctl(p.name[0] ? p.name : "tunl0", &p); in do_show()
485 err = tnl_get_ioctl(p.name[0] ? p.name : "gre0", &p); in do_show()
488 err = tnl_get_ioctl(p.name[0] ? p.name : "sit0", &p); in do_show()
Dip6tunnel.c214 if (tnl_get_ioctl(*argv, &old_p)) in parse_args()
320 if (tnl_get_ioctl(p1.name, &p1)) in do_tunnels_list()
358 if (tnl_get_ioctl(p.name, &p)) in do_show()
Dtunnel.c66 int tnl_get_ioctl(const char *basedev, void *p) in tnl_get_ioctl() function