HomeSort by relevance Sort by last modified time
    Searched refs:tnl_add_ioctl (Results 1 - 4 of 4) sorted by null

  /external/iproute2/ip/
tunnel.h 29 int tnl_add_ioctl(int cmd, const char *basedev, const char *name, void *p);
tunnel.c 92 int tnl_add_ioctl(int cmd, const char *basedev, const char *name, void *p) function
ip6tunnel.c 426 return tnl_add_ioctl(cmd, basedev, p.name, &p);
iptunnel.c 284 return tnl_add_ioctl(cmd, basedev, p.name, &p);

Completed in 70 milliseconds