Home
last modified time | relevance | path

Searched refs:tun_file (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/
H A Dtun.c129 /* A tun_file connects an open character device to a tuntap netdevice. It
137 * The tun_file and tun_struct are loosely coupled, the pointer from one to the
140 struct tun_file { struct
185 /* Since the socket were moved to tun_file, to preserve the behavior of persist
190 struct tun_file __rcu *tfiles[MAX_TAP_QUEUES];
238 struct tun_file *tfile = container_of(napi, struct tun_file, napi); in tun_napi_receive()
276 static void tun_napi_init(struct tun_struct *tun, struct tun_file *tfile, in tun_napi_init()
288 static void tun_napi_enable(struct tun_file *tfile) in tun_napi_enable()
294 static void tun_napi_disable(struct tun_file *tfil
[all...]
/kernel/linux/linux-6.6/drivers/net/
H A Dtun.c118 /* A tun_file connects an open character device to a tuntap netdevice. It
126 * The tun_file and tun_struct are loosely coupled, the pointer from one to the
129 struct tun_file { struct
174 /* Since the socket were moved to tun_file, to preserve the behavior of persist
179 struct tun_file __rcu *tfiles[MAX_TAP_QUEUES];
227 struct tun_file *tfile = container_of(napi, struct tun_file, napi); in tun_napi_receive()
265 static void tun_napi_init(struct tun_struct *tun, struct tun_file *tfile, in tun_napi_init()
276 static void tun_napi_enable(struct tun_file *tfile) in tun_napi_enable()
282 static void tun_napi_disable(struct tun_file *tfil
[all...]

Completed in 6 milliseconds