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 | 3145 netif_info(tun, drv, tun->dev, "tun_chr_ioctl cmd %u\n", cmd); in __tun_chr_ioctl() 3391 static long tun_chr_ioctl(struct file *file, in tun_chr_ioctl() function 3518 .unlocked_ioctl = tun_chr_ioctl,
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | tun.c | 3155 netif_info(tun, drv, tun->dev, "tun_chr_ioctl cmd %u\n", cmd); in __tun_chr_ioctl() 3410 static long tun_chr_ioctl(struct file *file, in tun_chr_ioctl() function 3539 .unlocked_ioctl = tun_chr_ioctl,
|
Completed in 10 milliseconds