Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/
Dtun.c134 struct tun_struct __rcu *tun;
147 struct tun_struct *detached;
160 struct tun_struct *tun;
180 struct tun_struct { struct
224 static void tun_flow_init(struct tun_struct *tun); argument
225 static void tun_flow_uninit(struct tun_struct *tun);
267 static void tun_napi_init(struct tun_struct *tun, struct tun_file *tfile, in tun_napi_init()
302 static inline bool tun_legacy_is_little_endian(struct tun_struct *tun) in tun_legacy_is_little_endian()
308 static long tun_get_vnet_be(struct tun_struct *tun, int __user *argp) in tun_get_vnet_be()
318 static long tun_set_vnet_be(struct tun_struct *tun, int __user *argp) in tun_set_vnet_be()
[all …]