Home
last modified time | relevance | path

Searched defs:tun_file (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/
Dtun.c140 struct tun_file { struct
141 struct sock sk;
142 struct socket socket;
143 struct tun_struct __rcu *tun;
144 struct fasync_struct *fasync;
146 unsigned int flags;
147 union {
151 struct napi_struct napi;
152 bool napi_enabled;
153 bool napi_frags_enabled;
[all …]