Home
last modified time | relevance | path

Searched refs:tun_get_socket (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A 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
/kernel/linux/linux-6.6/include/linux/
H A 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
/kernel/linux/linux-5.10/drivers/net/
H A Dtun.c3742 struct socket *tun_get_socket(struct file *file) in tun_get_socket() function
3752 EXPORT_SYMBOL_GPL(tun_get_socket); variable
/kernel/linux/linux-6.6/drivers/net/
H A Dtun.c3767 struct socket *tun_get_socket(struct file *file) in tun_get_socket() function
3777 EXPORT_SYMBOL_GPL(tun_get_socket); variable
/kernel/linux/linux-5.10/drivers/vhost/
H A Dnet.c1472 sock = tun_get_socket(file); in get_tap_socket()
/kernel/linux/linux-6.6/drivers/vhost/
H A Dnet.c1476 sock = tun_get_socket(file); in get_tap_socket()

Completed in 16 milliseconds