tun_structRegular
4.4: ✅struct tun_struct {
struct tun_file * tfiles[256];
unsigned int numqueues;
unsigned int flags;
kuid_t owner;
kgid_t group;
struct net_device *dev;
netdev_features_t set_features;
int vnet_hdr_sz;
int sndbuf;
struct tap_filter txflt;
struct sock_fprog fprog;
bool filter_attached;
spinlock_t lock;
struct hlist_head flows[1024];
struct timer_list flow_gc_timer;
long unsigned int ageing_time;
unsigned int numdisabled;
struct list_head disabled;
void *security;
u32 flow_count;
};
4.8: ✅struct tun_struct {
struct tun_file * tfiles[256];
unsigned int numqueues;
unsigned int flags;
kuid_t owner;
kgid_t group;
struct net_device *dev;
netdev_features_t set_features;
int align;
int vnet_hdr_sz;
int sndbuf;
struct tap_filter txflt;
struct sock_fprog fprog;
bool filter_attached;
spinlock_t lock;
struct hlist_head flows[1024];
struct timer_list flow_gc_timer;
long unsigned int ageing_time;
unsigned int numdisabled;
struct list_head disabled;
void *security;
u32 flow_count;
struct tun_pcpu_stats *pcpu_stats;
};
4.10: ✅struct tun_struct {
struct tun_file * tfiles[256];
unsigned int numqueues;
unsigned int flags;
kuid_t owner;
kgid_t group;
struct net_device *dev;
netdev_features_t set_features;
int align;
int vnet_hdr_sz;
int sndbuf;
struct tap_filter txflt;
struct sock_fprog fprog;
bool filter_attached;
spinlock_t lock;
struct hlist_head flows[1024];
struct timer_list flow_gc_timer;
long unsigned int ageing_time;
unsigned int numdisabled;
struct list_head disabled;
void *security;
u32 flow_count;
struct tun_pcpu_stats *pcpu_stats;
};
4.13: ✅struct tun_struct {
struct tun_file * tfiles[256];
unsigned int numqueues;
unsigned int flags;
kuid_t owner;
kgid_t group;
struct net_device *dev;
netdev_features_t set_features;
int align;
int vnet_hdr_sz;
int sndbuf;
struct tap_filter txflt;
struct sock_fprog fprog;
bool filter_attached;
spinlock_t lock;
struct hlist_head flows[1024];
struct timer_list flow_gc_timer;
long unsigned int ageing_time;
unsigned int numdisabled;
struct list_head disabled;
void *security;
u32 flow_count;
u32 rx_batched;
struct tun_pcpu_stats *pcpu_stats;
};
4.15: ✅struct tun_struct {
struct tun_file * tfiles[256];
unsigned int numqueues;
unsigned int flags;
kuid_t owner;
kgid_t group;
struct net_device *dev;
netdev_features_t set_features;
int align;
int vnet_hdr_sz;
int sndbuf;
struct tap_filter txflt;
struct sock_fprog fprog;
bool filter_attached;
spinlock_t lock;
struct hlist_head flows[1024];
struct timer_list flow_gc_timer;
long unsigned int ageing_time;
unsigned int numdisabled;
struct list_head disabled;
void *security;
u32 flow_count;
u32 rx_batched;
struct tun_pcpu_stats *pcpu_stats;
struct bpf_prog *xdp_prog;
};
4.18: ✅struct tun_struct {
struct tun_file * tfiles[256];
unsigned int numqueues;
unsigned int flags;
kuid_t owner;
kgid_t group;
struct net_device *dev;
netdev_features_t set_features;
int align;
int vnet_hdr_sz;
int sndbuf;
struct tap_filter txflt;
struct sock_fprog fprog;
bool filter_attached;
spinlock_t lock;
struct hlist_head flows[1024];
struct timer_list flow_gc_timer;
long unsigned int ageing_time;
unsigned int numdisabled;
struct list_head disabled;
void *security;
u32 flow_count;
u32 rx_batched;
struct tun_pcpu_stats *pcpu_stats;
struct bpf_prog *xdp_prog;
struct tun_prog *steering_prog;
struct tun_prog *filter_prog;
struct ethtool_link_ksettings link_ksettings;
};
5.0: ✅struct tun_struct {
struct tun_file * tfiles[256];
unsigned int numqueues;
unsigned int flags;
kuid_t owner;
kgid_t group;
struct net_device *dev;
netdev_features_t set_features;
int align;
int vnet_hdr_sz;
int sndbuf;
struct tap_filter txflt;
struct sock_fprog fprog;
bool filter_attached;
spinlock_t lock;
struct hlist_head flows[1024];
struct timer_list flow_gc_timer;
long unsigned int ageing_time;
unsigned int numdisabled;
struct list_head disabled;
void *security;
u32 flow_count;
u32 rx_batched;
struct tun_pcpu_stats *pcpu_stats;
struct bpf_prog *xdp_prog;
struct tun_prog *steering_prog;
struct tun_prog *filter_prog;
struct ethtool_link_ksettings link_ksettings;
};
5.3: ✅struct tun_struct {
struct tun_file * tfiles[256];
unsigned int numqueues;
unsigned int flags;
kuid_t owner;
kgid_t group;
struct net_device *dev;
netdev_features_t set_features;
int align;
int vnet_hdr_sz;
int sndbuf;
struct tap_filter txflt;
struct sock_fprog fprog;
bool filter_attached;
spinlock_t lock;
struct hlist_head flows[1024];
struct timer_list flow_gc_timer;
long unsigned int ageing_time;
unsigned int numdisabled;
struct list_head disabled;
void *security;
u32 flow_count;
u32 rx_batched;
struct tun_pcpu_stats *pcpu_stats;
struct bpf_prog *xdp_prog;
struct tun_prog *steering_prog;
struct tun_prog *filter_prog;
struct ethtool_link_ksettings link_ksettings;
};
5.4: ✅struct tun_struct {
struct tun_file * tfiles[256];
unsigned int numqueues;
unsigned int flags;
kuid_t owner;
kgid_t group;
struct net_device *dev;
netdev_features_t set_features;
int align;
int vnet_hdr_sz;
int sndbuf;
struct tap_filter txflt;
struct sock_fprog fprog;
bool filter_attached;
spinlock_t lock;
struct hlist_head flows[1024];
struct timer_list flow_gc_timer;
long unsigned int ageing_time;
unsigned int numdisabled;
struct list_head disabled;
void *security;
u32 flow_count;
u32 rx_batched;
struct tun_pcpu_stats *pcpu_stats;
struct bpf_prog *xdp_prog;
struct tun_prog *steering_prog;
struct tun_prog *filter_prog;
struct ethtool_link_ksettings link_ksettings;
};
5.8: ✅struct tun_struct {
struct tun_file * tfiles[256];
unsigned int numqueues;
unsigned int flags;
kuid_t owner;
kgid_t group;
struct net_device *dev;
netdev_features_t set_features;
int align;
int vnet_hdr_sz;
int sndbuf;
struct tap_filter txflt;
struct sock_fprog fprog;
bool filter_attached;
u32 msg_enable;
spinlock_t lock;
struct hlist_head flows[1024];
struct timer_list flow_gc_timer;
long unsigned int ageing_time;
unsigned int numdisabled;
struct list_head disabled;
void *security;
u32 flow_count;
u32 rx_batched;
struct tun_pcpu_stats *pcpu_stats;
struct bpf_prog *xdp_prog;
struct tun_prog *steering_prog;
struct tun_prog *filter_prog;
struct ethtool_link_ksettings link_ksettings;
};
5.11: ✅struct tun_struct {
struct tun_file * tfiles[256];
unsigned int numqueues;
unsigned int flags;
kuid_t owner;
kgid_t group;
struct net_device *dev;
netdev_features_t set_features;
int align;
int vnet_hdr_sz;
int sndbuf;
struct tap_filter txflt;
struct sock_fprog fprog;
bool filter_attached;
u32 msg_enable;
spinlock_t lock;
struct hlist_head flows[1024];
struct timer_list flow_gc_timer;
long unsigned int ageing_time;
unsigned int numdisabled;
struct list_head disabled;
void *security;
u32 flow_count;
u32 rx_batched;
atomic_long_t rx_frame_errors;
struct bpf_prog *xdp_prog;
struct tun_prog *steering_prog;
struct tun_prog *filter_prog;
struct ethtool_link_ksettings link_ksettings;
};
5.13: ✅struct tun_struct {
struct tun_file * tfiles[256];
unsigned int numqueues;
unsigned int flags;
kuid_t owner;
kgid_t group;
struct net_device *dev;
netdev_features_t set_features;
int align;
int vnet_hdr_sz;
int sndbuf;
struct tap_filter txflt;
struct sock_fprog fprog;
bool filter_attached;
u32 msg_enable;
spinlock_t lock;
struct hlist_head flows[1024];
struct timer_list flow_gc_timer;
long unsigned int ageing_time;
unsigned int numdisabled;
struct list_head disabled;
void *security;
u32 flow_count;
u32 rx_batched;
atomic_long_t rx_frame_errors;
struct bpf_prog *xdp_prog;
struct tun_prog *steering_prog;
struct tun_prog *filter_prog;
struct ethtool_link_ksettings link_ksettings;
};
5.15: ✅struct tun_struct {
struct tun_file * tfiles[256];
unsigned int numqueues;
unsigned int flags;
kuid_t owner;
kgid_t group;
struct net_device *dev;
netdev_features_t set_features;
int align;
int vnet_hdr_sz;
int sndbuf;
struct tap_filter txflt;
struct sock_fprog fprog;
bool filter_attached;
u32 msg_enable;
spinlock_t lock;
struct hlist_head flows[1024];
struct timer_list flow_gc_timer;
long unsigned int ageing_time;
unsigned int numdisabled;
struct list_head disabled;
void *security;
u32 flow_count;
u32 rx_batched;
atomic_long_t rx_frame_errors;
struct bpf_prog *xdp_prog;
struct tun_prog *steering_prog;
struct tun_prog *filter_prog;
struct ethtool_link_ksettings link_ksettings;
struct file *file;
struct ifreq *ifr;
};
5.19: ✅struct tun_struct {
struct tun_file * tfiles[256];
unsigned int numqueues;
unsigned int flags;
kuid_t owner;
kgid_t group;
struct net_device *dev;
netdev_features_t set_features;
int align;
int vnet_hdr_sz;
int sndbuf;
struct tap_filter txflt;
struct sock_fprog fprog;
bool filter_attached;
u32 msg_enable;
spinlock_t lock;
struct hlist_head flows[1024];
struct timer_list flow_gc_timer;
long unsigned int ageing_time;
unsigned int numdisabled;
struct list_head disabled;
void *security;
u32 flow_count;
u32 rx_batched;
atomic_long_t rx_frame_errors;
struct bpf_prog *xdp_prog;
struct tun_prog *steering_prog;
struct tun_prog *filter_prog;
struct ethtool_link_ksettings link_ksettings;
struct file *file;
struct ifreq *ifr;
};
6.2: ✅struct tun_struct {
struct tun_file * tfiles[256];
unsigned int numqueues;
unsigned int flags;
kuid_t owner;
kgid_t group;
struct net_device *dev;
netdev_features_t set_features;
int align;
int vnet_hdr_sz;
int sndbuf;
struct tap_filter txflt;
struct sock_fprog fprog;
bool filter_attached;
u32 msg_enable;
spinlock_t lock;
struct hlist_head flows[1024];
struct timer_list flow_gc_timer;
long unsigned int ageing_time;
unsigned int numdisabled;
struct list_head disabled;
void *security;
u32 flow_count;
u32 rx_batched;
atomic_long_t rx_frame_errors;
struct bpf_prog *xdp_prog;
struct tun_prog *steering_prog;
struct tun_prog *filter_prog;
struct ethtool_link_ksettings link_ksettings;
struct file *file;
struct ifreq *ifr;
};
6.5: ✅struct tun_struct {
struct tun_file * tfiles[256];
unsigned int numqueues;
unsigned int flags;
kuid_t owner;
kgid_t group;
struct net_device *dev;
netdev_features_t set_features;
int align;
int vnet_hdr_sz;
int sndbuf;
struct tap_filter txflt;
struct sock_fprog fprog;
bool filter_attached;
u32 msg_enable;
spinlock_t lock;
struct hlist_head flows[1024];
struct timer_list flow_gc_timer;
long unsigned int ageing_time;
unsigned int numdisabled;
struct list_head disabled;
void *security;
u32 flow_count;
u32 rx_batched;
atomic_long_t rx_frame_errors;
struct bpf_prog *xdp_prog;
struct tun_prog *steering_prog;
struct tun_prog *filter_prog;
struct ethtool_link_ksettings link_ksettings;
struct file *file;
struct ifreq *ifr;
};
6.8: ✅struct tun_struct {
struct tun_file * tfiles[256];
unsigned int numqueues;
unsigned int flags;
kuid_t owner;
kgid_t group;
struct net_device *dev;
netdev_features_t set_features;
int align;
int vnet_hdr_sz;
int sndbuf;
struct tap_filter txflt;
struct sock_fprog fprog;
bool filter_attached;
u32 msg_enable;
spinlock_t lock;
struct hlist_head flows[1024];
struct timer_list flow_gc_timer;
long unsigned int ageing_time;
unsigned int numdisabled;
struct list_head disabled;
void *security;
u32 flow_count;
u32 rx_batched;
atomic_long_t rx_frame_errors;
struct bpf_prog *xdp_prog;
struct tun_prog *steering_prog;
struct tun_prog *filter_prog;
struct ethtool_link_ksettings link_ksettings;
struct file *file;
struct ifreq *ifr;
};
arm64: ✅struct tun_struct {
struct tun_file * tfiles[256];
unsigned int numqueues;
unsigned int flags;
kuid_t owner;
kgid_t group;
struct net_device *dev;
netdev_features_t set_features;
int align;
int vnet_hdr_sz;
int sndbuf;
struct tap_filter txflt;
struct sock_fprog fprog;
bool filter_attached;
spinlock_t lock;
struct hlist_head flows[1024];
struct timer_list flow_gc_timer;
long unsigned int ageing_time;
unsigned int numdisabled;
struct list_head disabled;
void *security;
u32 flow_count;
u32 rx_batched;
struct tun_pcpu_stats *pcpu_stats;
struct bpf_prog *xdp_prog;
struct tun_prog *steering_prog;
struct tun_prog *filter_prog;
struct ethtool_link_ksettings link_ksettings;
};
armhf: ✅struct tun_struct {
struct tun_file * tfiles[256];
unsigned int numqueues;
unsigned int flags;
kuid_t owner;
kgid_t group;
struct net_device *dev;
netdev_features_t set_features;
int align;
int vnet_hdr_sz;
int sndbuf;
struct tap_filter txflt;
struct sock_fprog fprog;
bool filter_attached;
spinlock_t lock;
struct hlist_head flows[1024];
struct timer_list flow_gc_timer;
long unsigned int ageing_time;
unsigned int numdisabled;
struct list_head disabled;
void *security;
u32 flow_count;
u32 rx_batched;
struct tun_pcpu_stats *pcpu_stats;
struct bpf_prog *xdp_prog;
struct tun_prog *steering_prog;
struct tun_prog *filter_prog;
struct ethtool_link_ksettings link_ksettings;
};
ppc64el: ✅struct tun_struct {
struct tun_file * tfiles[256];
unsigned int numqueues;
unsigned int flags;
kuid_t owner;
kgid_t group;
struct net_device *dev;
netdev_features_t set_features;
int align;
int vnet_hdr_sz;
int sndbuf;
struct tap_filter txflt;
struct sock_fprog fprog;
bool filter_attached;
spinlock_t lock;
struct hlist_head flows[1024];
struct timer_list flow_gc_timer;
long unsigned int ageing_time;
unsigned int numdisabled;
struct list_head disabled;
void *security;
u32 flow_count;
u32 rx_batched;
struct tun_pcpu_stats *pcpu_stats;
struct bpf_prog *xdp_prog;
struct tun_prog *steering_prog;
struct tun_prog *filter_prog;
struct ethtool_link_ksettings link_ksettings;
};
riscv64: ✅struct tun_struct {
struct tun_file * tfiles[256];
unsigned int numqueues;
unsigned int flags;
kuid_t owner;
kgid_t group;
struct net_device *dev;
netdev_features_t set_features;
int align;
int vnet_hdr_sz;
int sndbuf;
struct tap_filter txflt;
struct sock_fprog fprog;
bool filter_attached;
spinlock_t lock;
struct hlist_head flows[1024];
struct timer_list flow_gc_timer;
long unsigned int ageing_time;
unsigned int numdisabled;
struct list_head disabled;
void *security;
u32 flow_count;
u32 rx_batched;
struct tun_pcpu_stats *pcpu_stats;
struct bpf_prog *xdp_prog;
struct tun_prog *steering_prog;
struct tun_prog *filter_prog;
struct ethtool_link_ksettings link_ksettings;
};
aws: ✅struct tun_struct {
struct tun_file * tfiles[256];
unsigned int numqueues;
unsigned int flags;
kuid_t owner;
kgid_t group;
struct net_device *dev;
netdev_features_t set_features;
int align;
int vnet_hdr_sz;
int sndbuf;
struct tap_filter txflt;
struct sock_fprog fprog;
bool filter_attached;
spinlock_t lock;
struct hlist_head flows[1024];
struct timer_list flow_gc_timer;
long unsigned int ageing_time;
unsigned int numdisabled;
struct list_head disabled;
void *security;
u32 flow_count;
u32 rx_batched;
struct tun_pcpu_stats *pcpu_stats;
struct bpf_prog *xdp_prog;
struct tun_prog *steering_prog;
struct tun_prog *filter_prog;
struct ethtool_link_ksettings link_ksettings;
};
azure: ✅struct tun_struct {
struct tun_file * tfiles[256];
unsigned int numqueues;
unsigned int flags;
kuid_t owner;
kgid_t group;
struct net_device *dev;
netdev_features_t set_features;
int align;
int vnet_hdr_sz;
int sndbuf;
struct tap_filter txflt;
struct sock_fprog fprog;
bool filter_attached;
spinlock_t lock;
struct hlist_head flows[1024];
struct timer_list flow_gc_timer;
long unsigned int ageing_time;
unsigned int numdisabled;
struct list_head disabled;
void *security;
u32 flow_count;
u32 rx_batched;
struct tun_pcpu_stats *pcpu_stats;
struct bpf_prog *xdp_prog;
struct tun_prog *steering_prog;
struct tun_prog *filter_prog;
struct ethtool_link_ksettings link_ksettings;
};
gcp: ✅struct tun_struct {
struct tun_file * tfiles[256];
unsigned int numqueues;
unsigned int flags;
kuid_t owner;
kgid_t group;
struct net_device *dev;
netdev_features_t set_features;
int align;
int vnet_hdr_sz;
int sndbuf;
struct tap_filter txflt;
struct sock_fprog fprog;
bool filter_attached;
spinlock_t lock;
struct hlist_head flows[1024];
struct timer_list flow_gc_timer;
long unsigned int ageing_time;
unsigned int numdisabled;
struct list_head disabled;
void *security;
u32 flow_count;
u32 rx_batched;
struct tun_pcpu_stats *pcpu_stats;
struct bpf_prog *xdp_prog;
struct tun_prog *steering_prog;
struct tun_prog *filter_prog;
struct ethtool_link_ksettings link_ksettings;
};
lowlatency: ✅struct tun_struct {
struct tun_file * tfiles[256];
unsigned int numqueues;
unsigned int flags;
kuid_t owner;
kgid_t group;
struct net_device *dev;
netdev_features_t set_features;
int align;
int vnet_hdr_sz;
int sndbuf;
struct tap_filter txflt;
struct sock_fprog fprog;
bool filter_attached;
spinlock_t lock;
struct hlist_head flows[1024];
struct timer_list flow_gc_timer;
long unsigned int ageing_time;
unsigned int numdisabled;
struct list_head disabled;
void *security;
u32 flow_count;
u32 rx_batched;
struct tun_pcpu_stats *pcpu_stats;
struct bpf_prog *xdp_prog;
struct tun_prog *steering_prog;
struct tun_prog *filter_prog;
struct ethtool_link_ksettings link_ksettings;
};
Regular
4.4 and 4.8 ⚠️int align
struct tun_pcpu_stats *pcpu_stats
4.8 and 4.10 ✅
4.10 and 4.13 ⚠️u32 rx_batched
4.13 and 4.15 ⚠️struct bpf_prog *xdp_prog
4.15 and 4.18 ⚠️struct tun_prog *steering_prog
struct tun_prog *filter_prog
struct ethtool_link_ksettings link_ksettings
4.18 and 5.0 ✅
5.0 and 5.3 ✅
5.3 and 5.4 ✅
5.4 and 5.8 ⚠️u32 msg_enable
5.8 and 5.11 ⚠️atomic_long_t rx_frame_errors
struct tun_pcpu_stats *pcpu_stats
5.11 and 5.13 ✅
5.13 and 5.15 ⚠️struct file *file
struct ifreq *ifr
5.15 and 5.19 ✅
5.19 and 6.2 ✅
6.2 and 6.5 ✅
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅