Searched defs:tun_struct (Results 1 – 1 of 1) sorted by relevance
127490 struct tun_struct { struct127491 struct tun_file *tfiles[256];127492 unsigned int numqueues;127493 unsigned int flags;127494 kuid_t owner;127495 kgid_t group;127496 struct net_device *dev;127497 netdev_features_t set_features;127498 int align;127499 int vnet_hdr_sz;[all …]