Searched refs:tap_get_ptr_ring (Results 1 – 3 of 3) sorted by relevance
13 struct ptr_ring *tap_get_ptr_ring(struct file *file);21 static inline struct ptr_ring *tap_get_ptr_ring(struct file *f) in tap_get_ptr_ring() function
1304 struct ptr_ring *tap_get_ptr_ring(struct file *file) in tap_get_ptr_ring() function1315 EXPORT_SYMBOL_GPL(tap_get_ptr_ring);
1431 ring = tap_get_ptr_ring(file); in get_tap_ptr_ring()