Searched refs:tun_get_socket (Results 1 – 3 of 3) sorted by relevance
23 struct socket *tun_get_socket(struct file *);50 static inline struct socket *tun_get_socket(struct file *f) in tun_get_socket() function
3864 struct socket *tun_get_socket(struct file *file) in tun_get_socket() function3874 EXPORT_SYMBOL_GPL(tun_get_socket);
1519 sock = tun_get_socket(file); in get_tap_socket()