Lines Matching refs:tap_dev
124 static struct tap_dev *tap_dev_get_rcu(const struct net_device *dev) in tap_dev_get_rcu()
146 static int tap_enable_queue(struct tap_dev *tap, struct file *file, in tap_enable_queue()
167 static int tap_set_queue(struct tap_dev *tap, struct file *file, in tap_set_queue()
191 struct tap_dev *tap; in tap_disable_queue()
226 struct tap_dev *tap; in tap_put_queue()
254 static struct tap_queue *tap_get_queue(struct tap_dev *tap, in tap_get_queue()
300 void tap_del_queues(struct tap_dev *tap) in tap_del_queues()
324 struct tap_dev *tap; in tap_handle_frame()
415 int tap_get_minor(dev_t major, struct tap_dev *tap) in tap_get_minor()
443 void tap_free_minor(dev_t major, struct tap_dev *tap) in tap_free_minor()
465 static struct tap_dev *dev_get_by_tap_file(int major, int minor) in dev_get_by_tap_file()
468 struct tap_dev *tap; in dev_get_by_tap_file()
514 struct tap_dev *tap; in tap_open()
642 struct tap_dev *tap; in tap_get_user()
914 static struct tap_dev *tap_get_tap_dev(struct tap_queue *q) in tap_get_tap_dev()
916 struct tap_dev *tap; in tap_get_tap_dev()
926 static void tap_put_tap_dev(struct tap_dev *tap) in tap_put_tap_dev()
934 struct tap_dev *tap; in tap_ioctl_set_queue()
954 struct tap_dev *tap; in set_offload()
1012 struct tap_dev *tap; in tap_ioctl()
1176 struct tap_dev *tap; in tap_get_user_xdp()
1313 int tap_queue_resize(struct tap_dev *tap) in tap_queue_resize()