Searched defs:tun_struct (Results 1 – 1 of 1) sorted by relevance
71039 struct tun_struct { struct71040 struct tun_file *tfiles[256];71041 unsigned int numqueues;71042 unsigned int flags;71043 kuid_t owner;71044 kgid_t group;71045 struct net_device *dev;71046 netdev_features_t set_features;71047 int align;71048 int vnet_hdr_sz;[all …]