Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/
H A Dtap.c1158 static const struct file_operations tap_fops = { variable
1296 if (file->f_op != &tap_fops) in tap_get_socket()
1309 if (file->f_op != &tap_fops) in tap_get_ptr_ring()
1370 cdev_init(tap_cdev, &tap_fops); in tap_create_cdev()