Searched refs:__tun_chr_ioctl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ |
H A D | tun.c | 3065 static long __tun_chr_ioctl(struct file *file, unsigned int cmd, in __tun_chr_ioctl() function 3394 return __tun_chr_ioctl(file, cmd, arg, sizeof (struct ifreq)); in tun_chr_ioctl() 3422 return __tun_chr_ioctl(file, cmd, arg, sizeof(struct compat_ifreq)); in tun_chr_compat_ioctl()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | tun.c | 3076 static long __tun_chr_ioctl(struct file *file, unsigned int cmd, in __tun_chr_ioctl() function 3413 return __tun_chr_ioctl(file, cmd, arg, sizeof (struct ifreq)); in tun_chr_ioctl() 3441 return __tun_chr_ioctl(file, cmd, arg, sizeof(struct compat_ifreq)); in tun_chr_compat_ioctl()
|
Completed in 9 milliseconds