Home
last modified time | relevance | path

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

/linux/drivers/net/
H A Dtap.c1034 static const struct file_operations tap_fops = { variable
1170 if (file->f_op != &tap_fops) in tap_get_socket()
1183 if (file->f_op != &tap_fops) in tap_get_ptr_ring()
1244 cdev_init(tap_cdev, &tap_fops); in tap_create_cdev()