OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tnl_del_ioctl
(Results
1 - 4
of
4
) sorted by null
/external/iproute2/ip/
tunnel.h
30
int
tnl_del_ioctl
(const char *basedev, const char *name, void *p);
tunnel.c
118
int
tnl_del_ioctl
(const char *basedev, const char *name, void *p)
function
ip6tunnel.c
444
return
tnl_del_ioctl
(basedev, p.name, &p);
iptunnel.c
294
return
tnl_del_ioctl
(tnl_defname(&p) ? : p.name, p.name, &p);
Completed in 424 milliseconds