Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/
H A Dtap.c1122 static const struct file_operations tap_fops = { variable
1260 if (file->f_op != &tap_fops) in tap_get_socket()
1273 if (file->f_op != &tap_fops) in tap_get_ptr_ring()
1334 cdev_init(tap_cdev, &tap_fops); in tap_create_cdev()
/kernel/linux/linux-6.6/drivers/net/
H A Dtap.c1158 static const struct file_operations tap_fops = { variable
1291 if (file->f_op != &tap_fops) in tap_get_socket()
1304 if (file->f_op != &tap_fops) in tap_get_ptr_ring()
1365 cdev_init(tap_cdev, &tap_fops); in tap_create_cdev()

Completed in 4 milliseconds