Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dif_tap.h12 struct socket *tap_get_socket(struct file *);
17 static inline struct socket *tap_get_socket(struct file *f) in tap_get_socket() function
/Linux-v6.1/drivers/net/
Dtap.c1267 struct socket *tap_get_socket(struct file *file) in tap_get_socket() function
1277 EXPORT_SYMBOL_GPL(tap_get_socket);
/Linux-v6.1/drivers/vhost/
Dnet.c1471 sock = tap_get_socket(file); in get_tap_socket()