Home | History | Annotate | Download | only in ip

Lines Matching full:char

26 const char *tnl_strproto(__u8 proto);
28 int tnl_get_ioctl(const char *basedev, void *p);
29 int tnl_add_ioctl(int cmd, const char *basedev, const char *name, void *p);
30 int tnl_del_ioctl(const char *basedev, const char *name, void *p);
31 int tnl_prl_ioctl(int cmd, const char *name, void *p);
32 int tnl_6rd_ioctl(int cmd, const char *name, void *p);
33 int tnl_ioctl_get_6rd(const char *name, void *p);
34 __be32 tnl_parse_key(const char *name, const char *key);
35 void tnl_print_stats(const char *buf);