Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dif_tun.h28 struct socket *tun_get_socket(struct file *);
53 static inline struct socket *tun_get_socket(struct file *f) in tun_get_socket() function
/linux-6.15/drivers/net/
H A Dtun.c3660 struct socket *tun_get_socket(struct file *file) in tun_get_socket() function
3670 EXPORT_SYMBOL_GPL(tun_get_socket);
/linux-6.15/drivers/vhost/
H A Dnet.c1449 sock = tun_get_socket(file); in get_tap_socket()