Searched refs:tap_get_ptr_ring (Results 1 – 3 of 3) sorted by relevance
7 struct ptr_ring *tap_get_ptr_ring(struct file *file);17 static inline struct ptr_ring *tap_get_ptr_ring(struct file *f) in tap_get_ptr_ring() function
1266 struct ptr_ring *tap_get_ptr_ring(struct file *file) in tap_get_ptr_ring() function1277 EXPORT_SYMBOL_GPL(tap_get_ptr_ring);
1453 ring = tap_get_ptr_ring(file); in get_tap_ptr_ring()