Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/
H A Dtun.c129 struct tun_file { struct
130 struct sock sk;
131 struct socket socket;
135 unsigned int flags;
136 union {
140 struct napi_struct napi;
141 bool napi_enabled;
142 bool napi_frags_enabled;
144 struct list_head next;
145 struct tun_struct *detached;
[all …]