Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dif_tun.h28 struct socket *tun_get_socket(struct file *);
48 static inline struct socket *tun_get_socket(struct file *f) in tun_get_socket() function
/Linux-v5.10/drivers/net/
Dtun.c3655 struct socket *tun_get_socket(struct file *file) in tun_get_socket() function
3665 EXPORT_SYMBOL_GPL(tun_get_socket);
/Linux-v5.10/drivers/vhost/
Dnet.c1469 sock = tun_get_socket(file); in get_tap_socket()