Home
last modified time | relevance | path

Searched refs:tun_fops (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/
H A Dtun.c3512 static const struct file_operations tun_fops = { variable
3534 .fops = &tun_fops,
3745 if (file->f_op != &tun_fops) in tun_get_socket()
3758 if (file->f_op != &tun_fops) in tun_get_tx_ring()
/kernel/linux/linux-6.6/drivers/net/
H A Dtun.c3533 static const struct file_operations tun_fops = { variable
3555 .fops = &tun_fops,
3770 if (file->f_op != &tun_fops) in tun_get_socket()
3783 if (file->f_op != &tun_fops) in tun_get_tx_ring()

Completed in 10 milliseconds