Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dtunnel.h28 int tnl_ioctl_get_ifindex(const char *dev);
Dip6tunnel.c213 p->link = tnl_ioctl_get_ifindex(medium); in parse_args()
301 p1.link = tnl_ioctl_get_ifindex(p1.name); in do_tunnels_list()
Dtunnel.c65 int tnl_ioctl_get_ifindex(const char *dev) in tnl_ioctl_get_ifindex() function
Dlink_gre.c209 link = tnl_ioctl_get_ifindex(*argv); in gre_parse_opt()
Diptunnel.c233 p->link = tnl_ioctl_get_ifindex(medium); in parse_args()