fib6_nhRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: ✅struct fib6_nh {
struct in6_addr nh_gw;
struct net_device *nh_dev;
struct lwtunnel_state *nh_lwtstate;
unsigned int nh_flags;
atomic_t nh_upper_bound;
int nh_weight;
};
5.0: ✅struct fib6_nh {
struct in6_addr nh_gw;
struct net_device *nh_dev;
struct lwtunnel_state *nh_lwtstate;
unsigned int nh_flags;
atomic_t nh_upper_bound;
int nh_weight;
};
5.3: ✅struct fib6_nh {
struct fib_nh_common nh_common;
long unsigned int last_probe;
struct rt6_info **rt6i_pcpu;
struct rt6_exception_bucket *rt6i_exception_bucket;
};
5.4: ✅struct fib6_nh {
struct fib_nh_common nh_common;
long unsigned int last_probe;
struct rt6_info **rt6i_pcpu;
struct rt6_exception_bucket *rt6i_exception_bucket;
};
5.8: ✅struct fib6_nh {
struct fib_nh_common nh_common;
long unsigned int last_probe;
struct rt6_info **rt6i_pcpu;
struct rt6_exception_bucket *rt6i_exception_bucket;
};
5.11: ✅struct fib6_nh {
struct fib_nh_common nh_common;
long unsigned int last_probe;
struct rt6_info **rt6i_pcpu;
struct rt6_exception_bucket *rt6i_exception_bucket;
};
5.13: ✅struct fib6_nh {
struct fib_nh_common nh_common;
long unsigned int last_probe;
struct rt6_info **rt6i_pcpu;
struct rt6_exception_bucket *rt6i_exception_bucket;
};
5.15: ✅struct fib6_nh {
struct fib_nh_common nh_common;
long unsigned int last_probe;
struct rt6_info **rt6i_pcpu;
struct rt6_exception_bucket *rt6i_exception_bucket;
};
5.19: ✅struct fib6_nh {
struct fib_nh_common nh_common;
long unsigned int last_probe;
struct rt6_info **rt6i_pcpu;
struct rt6_exception_bucket *rt6i_exception_bucket;
};
6.2: ✅struct fib6_nh {
struct fib_nh_common nh_common;
long unsigned int last_probe;
struct rt6_info **rt6i_pcpu;
struct rt6_exception_bucket *rt6i_exception_bucket;
};
6.5: ✅struct fib6_nh {
struct fib_nh_common nh_common;
long unsigned int last_probe;
struct rt6_info **rt6i_pcpu;
struct rt6_exception_bucket *rt6i_exception_bucket;
};
6.8: ✅struct fib6_nh {
struct fib_nh_common nh_common;
long unsigned int last_probe;
struct rt6_info **rt6i_pcpu;
struct rt6_exception_bucket *rt6i_exception_bucket;
};
arm64: ✅struct fib6_nh {
struct fib_nh_common nh_common;
long unsigned int last_probe;
struct rt6_info **rt6i_pcpu;
struct rt6_exception_bucket *rt6i_exception_bucket;
};
armhf: ✅struct fib6_nh {
struct fib_nh_common nh_common;
long unsigned int last_probe;
struct rt6_info **rt6i_pcpu;
struct rt6_exception_bucket *rt6i_exception_bucket;
};
ppc64el: ✅struct fib6_nh {
struct fib_nh_common nh_common;
long unsigned int last_probe;
struct rt6_info **rt6i_pcpu;
struct rt6_exception_bucket *rt6i_exception_bucket;
};
riscv64: ✅struct fib6_nh {
struct fib_nh_common nh_common;
long unsigned int last_probe;
struct rt6_info **rt6i_pcpu;
struct rt6_exception_bucket *rt6i_exception_bucket;
};
aws: ✅struct fib6_nh {
struct fib_nh_common nh_common;
long unsigned int last_probe;
struct rt6_info **rt6i_pcpu;
struct rt6_exception_bucket *rt6i_exception_bucket;
};
azure: ✅struct fib6_nh {
struct fib_nh_common nh_common;
long unsigned int last_probe;
struct rt6_info **rt6i_pcpu;
struct rt6_exception_bucket *rt6i_exception_bucket;
};
gcp: ✅struct fib6_nh {
struct fib_nh_common nh_common;
long unsigned int last_probe;
struct rt6_info **rt6i_pcpu;
struct rt6_exception_bucket *rt6i_exception_bucket;
};
lowlatency: ✅struct fib6_nh {
struct fib_nh_common nh_common;
long unsigned int last_probe;
struct rt6_info **rt6i_pcpu;
struct rt6_exception_bucket *rt6i_exception_bucket;
};
Regular
4.18 and 5.0 ✅
5.0 and 5.3 ⚠️struct fib_nh_common nh_common
long unsigned int last_probe
struct rt6_info **rt6i_pcpu
struct rt6_exception_bucket *rt6i_exception_bucket
struct in6_addr nh_gw
struct net_device *nh_dev
struct lwtunnel_state *nh_lwtstate
unsigned int nh_flags
atomic_t nh_upper_bound
int nh_weight
5.3 and 5.4 ✅
5.4 and 5.8 ✅
5.8 and 5.11 ✅
5.11 and 5.13 ✅
5.13 and 5.15 ✅
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 ✅