neighbour
Regular
4.4
: ✅struct neighbour {
struct neighbour *next;
struct neigh_table *tbl;
struct neigh_parms *parms;
long unsigned int confirmed;
long unsigned int updated;
rwlock_t lock;
atomic_t refcnt;
struct sk_buff_head arp_queue;
unsigned int arp_queue_len_bytes;
struct timer_list timer;
long unsigned int used;
atomic_t probes;
__u8 flags;
__u8 nud_state;
__u8 type;
__u8 dead;
seqlock_t ha_lock;
unsigned char ha[32];
struct hh_cache hh;
int (*output)(struct neighbour *, struct sk_buff *);
const struct neigh_ops *ops;
struct callback_head rcu;
struct net_device *dev;
u8 primary_key[0];
};
4.8
: ✅struct neighbour {
struct neighbour *next;
struct neigh_table *tbl;
struct neigh_parms *parms;
long unsigned int confirmed;
long unsigned int updated;
rwlock_t lock;
atomic_t refcnt;
struct sk_buff_head arp_queue;
unsigned int arp_queue_len_bytes;
struct timer_list timer;
long unsigned int used;
atomic_t probes;
__u8 flags;
__u8 nud_state;
__u8 type;
__u8 dead;
seqlock_t ha_lock;
unsigned char ha[32];
struct hh_cache hh;
int (*output)(struct neighbour *, struct sk_buff *);
const struct neigh_ops *ops;
struct callback_head rcu;
struct net_device *dev;
u8 primary_key[0];
};
4.10
: ✅struct neighbour {
struct neighbour *next;
struct neigh_table *tbl;
struct neigh_parms *parms;
long unsigned int confirmed;
long unsigned int updated;
rwlock_t lock;
atomic_t refcnt;
struct sk_buff_head arp_queue;
unsigned int arp_queue_len_bytes;
struct timer_list timer;
long unsigned int used;
atomic_t probes;
__u8 flags;
__u8 nud_state;
__u8 type;
__u8 dead;
seqlock_t ha_lock;
unsigned char ha[32];
struct hh_cache hh;
int (*output)(struct neighbour *, struct sk_buff *);
const struct neigh_ops *ops;
struct callback_head rcu;
struct net_device *dev;
u8 primary_key[0];
};
4.13
: ✅struct neighbour {
struct neighbour *next;
struct neigh_table *tbl;
struct neigh_parms *parms;
long unsigned int confirmed;
long unsigned int updated;
rwlock_t lock;
refcount_t refcnt;
struct sk_buff_head arp_queue;
unsigned int arp_queue_len_bytes;
struct timer_list timer;
long unsigned int used;
atomic_t probes;
__u8 flags;
__u8 nud_state;
__u8 type;
__u8 dead;
seqlock_t ha_lock;
unsigned char ha[32];
struct hh_cache hh;
int (*output)(struct neighbour *, struct sk_buff *);
const struct neigh_ops *ops;
struct callback_head rcu;
struct net_device *dev;
u8 primary_key[0];
};
4.15
: ✅struct neighbour {
struct neighbour *next;
struct neigh_table *tbl;
struct neigh_parms *parms;
long unsigned int confirmed;
long unsigned int updated;
rwlock_t lock;
refcount_t refcnt;
struct sk_buff_head arp_queue;
unsigned int arp_queue_len_bytes;
struct timer_list timer;
long unsigned int used;
atomic_t probes;
__u8 flags;
__u8 nud_state;
__u8 type;
__u8 dead;
seqlock_t ha_lock;
unsigned char ha[32];
struct hh_cache hh;
int (*output)(struct neighbour *, struct sk_buff *);
const struct neigh_ops *ops;
struct callback_head rcu;
struct net_device *dev;
u8 primary_key[0];
};
4.18
: ✅struct neighbour {
struct neighbour *next;
struct neigh_table *tbl;
struct neigh_parms *parms;
long unsigned int confirmed;
long unsigned int updated;
rwlock_t lock;
refcount_t refcnt;
struct sk_buff_head arp_queue;
unsigned int arp_queue_len_bytes;
struct timer_list timer;
long unsigned int used;
atomic_t probes;
__u8 flags;
__u8 nud_state;
__u8 type;
__u8 dead;
seqlock_t ha_lock;
unsigned char ha[32];
struct hh_cache hh;
int (*output)(struct neighbour *, struct sk_buff *);
const struct neigh_ops *ops;
struct callback_head rcu;
struct net_device *dev;
u8 primary_key[0];
};
5.0
: ✅struct neighbour {
struct neighbour *next;
struct neigh_table *tbl;
struct neigh_parms *parms;
long unsigned int confirmed;
long unsigned int updated;
rwlock_t lock;
refcount_t refcnt;
unsigned int arp_queue_len_bytes;
struct sk_buff_head arp_queue;
struct timer_list timer;
long unsigned int used;
atomic_t probes;
__u8 flags;
__u8 nud_state;
__u8 type;
__u8 dead;
u8 protocol;
seqlock_t ha_lock;
unsigned char ha[32];
struct hh_cache hh;
int (*output)(struct neighbour *, struct sk_buff *);
const struct neigh_ops *ops;
struct list_head gc_list;
struct callback_head rcu;
struct net_device *dev;
u8 primary_key[0];
};
5.3
: ✅struct neighbour {
struct neighbour *next;
struct neigh_table *tbl;
struct neigh_parms *parms;
long unsigned int confirmed;
long unsigned int updated;
rwlock_t lock;
refcount_t refcnt;
unsigned int arp_queue_len_bytes;
struct sk_buff_head arp_queue;
struct timer_list timer;
long unsigned int used;
atomic_t probes;
__u8 flags;
__u8 nud_state;
__u8 type;
__u8 dead;
u8 protocol;
seqlock_t ha_lock;
unsigned char ha[32];
struct hh_cache hh;
int (*output)(struct neighbour *, struct sk_buff *);
const struct neigh_ops *ops;
struct list_head gc_list;
struct callback_head rcu;
struct net_device *dev;
u8 primary_key[0];
};
5.4
: ✅struct neighbour {
struct neighbour *next;
struct neigh_table *tbl;
struct neigh_parms *parms;
long unsigned int confirmed;
long unsigned int updated;
rwlock_t lock;
refcount_t refcnt;
unsigned int arp_queue_len_bytes;
struct sk_buff_head arp_queue;
struct timer_list timer;
long unsigned int used;
atomic_t probes;
__u8 flags;
__u8 nud_state;
__u8 type;
__u8 dead;
u8 protocol;
seqlock_t ha_lock;
unsigned char ha[32];
struct hh_cache hh;
int (*output)(struct neighbour *, struct sk_buff *);
const struct neigh_ops *ops;
struct list_head gc_list;
struct callback_head rcu;
struct net_device *dev;
u8 primary_key[0];
};
5.8
: ✅struct neighbour {
struct neighbour *next;
struct neigh_table *tbl;
struct neigh_parms *parms;
long unsigned int confirmed;
long unsigned int updated;
rwlock_t lock;
refcount_t refcnt;
unsigned int arp_queue_len_bytes;
struct sk_buff_head arp_queue;
struct timer_list timer;
long unsigned int used;
atomic_t probes;
__u8 flags;
__u8 nud_state;
__u8 type;
__u8 dead;
u8 protocol;
seqlock_t ha_lock;
unsigned char ha[32];
struct hh_cache hh;
int (*output)(struct neighbour *, struct sk_buff *);
const struct neigh_ops *ops;
struct list_head gc_list;
struct callback_head rcu;
struct net_device *dev;
u8 primary_key[0];
};
5.11
: ✅struct neighbour {
struct neighbour *next;
struct neigh_table *tbl;
struct neigh_parms *parms;
long unsigned int confirmed;
long unsigned int updated;
rwlock_t lock;
refcount_t refcnt;
unsigned int arp_queue_len_bytes;
struct sk_buff_head arp_queue;
struct timer_list timer;
long unsigned int used;
atomic_t probes;
__u8 flags;
__u8 nud_state;
__u8 type;
__u8 dead;
u8 protocol;
seqlock_t ha_lock;
unsigned char ha[32];
struct hh_cache hh;
int (*output)(struct neighbour *, struct sk_buff *);
const struct neigh_ops *ops;
struct list_head gc_list;
struct callback_head rcu;
struct net_device *dev;
u8 primary_key[0];
};
5.13
: ✅struct neighbour {
struct neighbour *next;
struct neigh_table *tbl;
struct neigh_parms *parms;
long unsigned int confirmed;
long unsigned int updated;
rwlock_t lock;
refcount_t refcnt;
unsigned int arp_queue_len_bytes;
struct sk_buff_head arp_queue;
struct timer_list timer;
long unsigned int used;
atomic_t probes;
__u8 flags;
__u8 nud_state;
__u8 type;
__u8 dead;
u8 protocol;
seqlock_t ha_lock;
unsigned char ha[32];
struct hh_cache hh;
int (*output)(struct neighbour *, struct sk_buff *);
const struct neigh_ops *ops;
struct list_head gc_list;
struct callback_head rcu;
struct net_device *dev;
u8 primary_key[0];
};
5.15
: ✅struct neighbour {
struct neighbour *next;
struct neigh_table *tbl;
struct neigh_parms *parms;
long unsigned int confirmed;
long unsigned int updated;
rwlock_t lock;
refcount_t refcnt;
unsigned int arp_queue_len_bytes;
struct sk_buff_head arp_queue;
struct timer_list timer;
long unsigned int used;
atomic_t probes;
__u8 flags;
__u8 nud_state;
__u8 type;
__u8 dead;
u8 protocol;
seqlock_t ha_lock;
unsigned char ha[32];
struct hh_cache hh;
int (*output)(struct neighbour *, struct sk_buff *);
const struct neigh_ops *ops;
struct list_head gc_list;
struct callback_head rcu;
struct net_device *dev;
u8 primary_key[0];
};
5.19
: ✅struct neighbour {
struct neighbour *next;
struct neigh_table *tbl;
struct neigh_parms *parms;
long unsigned int confirmed;
long unsigned int updated;
rwlock_t lock;
refcount_t refcnt;
unsigned int arp_queue_len_bytes;
struct sk_buff_head arp_queue;
struct timer_list timer;
long unsigned int used;
atomic_t probes;
u8 nud_state;
u8 type;
u8 dead;
u8 protocol;
u32 flags;
seqlock_t ha_lock;
unsigned char ha[32];
struct hh_cache hh;
int (*output)(struct neighbour *, struct sk_buff *);
const struct neigh_ops *ops;
struct list_head gc_list;
struct list_head managed_list;
struct callback_head rcu;
struct net_device *dev;
netdevice_tracker dev_tracker;
u8 primary_key[0];
};
6.2
: ✅struct neighbour {
struct neighbour *next;
struct neigh_table *tbl;
struct neigh_parms *parms;
long unsigned int confirmed;
long unsigned int updated;
rwlock_t lock;
refcount_t refcnt;
unsigned int arp_queue_len_bytes;
struct sk_buff_head arp_queue;
struct timer_list timer;
long unsigned int used;
atomic_t probes;
u8 nud_state;
u8 type;
u8 dead;
u8 protocol;
u32 flags;
seqlock_t ha_lock;
unsigned char ha[32];
struct hh_cache hh;
int (*output)(struct neighbour *, struct sk_buff *);
const struct neigh_ops *ops;
struct list_head gc_list;
struct list_head managed_list;
struct callback_head rcu;
struct net_device *dev;
netdevice_tracker dev_tracker;
u8 primary_key[0];
};
6.5
: ✅struct neighbour {
struct neighbour *next;
struct neigh_table *tbl;
struct neigh_parms *parms;
long unsigned int confirmed;
long unsigned int updated;
rwlock_t lock;
refcount_t refcnt;
unsigned int arp_queue_len_bytes;
struct sk_buff_head arp_queue;
struct timer_list timer;
long unsigned int used;
atomic_t probes;
u8 nud_state;
u8 type;
u8 dead;
u8 protocol;
u32 flags;
seqlock_t ha_lock;
unsigned char ha[32];
struct hh_cache hh;
int (*output)(struct neighbour *, struct sk_buff *);
const struct neigh_ops *ops;
struct list_head gc_list;
struct list_head managed_list;
struct callback_head rcu;
struct net_device *dev;
netdevice_tracker dev_tracker;
u8 primary_key[0];
};
6.8
: ✅struct neighbour {
struct neighbour *next;
struct neigh_table *tbl;
struct neigh_parms *parms;
long unsigned int confirmed;
long unsigned int updated;
rwlock_t lock;
refcount_t refcnt;
unsigned int arp_queue_len_bytes;
struct sk_buff_head arp_queue;
struct timer_list timer;
long unsigned int used;
atomic_t probes;
u8 nud_state;
u8 type;
u8 dead;
u8 protocol;
u32 flags;
seqlock_t ha_lock;
unsigned char ha[32];
struct hh_cache hh;
int (*output)(struct neighbour *, struct sk_buff *);
const struct neigh_ops *ops;
struct list_head gc_list;
struct list_head managed_list;
struct callback_head rcu;
struct net_device *dev;
netdevice_tracker dev_tracker;
u8 primary_key[0];
};
arm64
: ✅struct neighbour {
struct neighbour *next;
struct neigh_table *tbl;
struct neigh_parms *parms;
long unsigned int confirmed;
long unsigned int updated;
rwlock_t lock;
refcount_t refcnt;
unsigned int arp_queue_len_bytes;
struct sk_buff_head arp_queue;
struct timer_list timer;
long unsigned int used;
atomic_t probes;
__u8 flags;
__u8 nud_state;
__u8 type;
__u8 dead;
u8 protocol;
seqlock_t ha_lock;
unsigned char ha[32];
struct hh_cache hh;
int (*output)(struct neighbour *, struct sk_buff *);
const struct neigh_ops *ops;
struct list_head gc_list;
struct callback_head rcu;
struct net_device *dev;
u8 primary_key[0];
};
armhf
: ✅struct neighbour {
struct neighbour *next;
struct neigh_table *tbl;
struct neigh_parms *parms;
long unsigned int confirmed;
long unsigned int updated;
rwlock_t lock;
refcount_t refcnt;
unsigned int arp_queue_len_bytes;
struct sk_buff_head arp_queue;
struct timer_list timer;
long unsigned int used;
atomic_t probes;
__u8 flags;
__u8 nud_state;
__u8 type;
__u8 dead;
u8 protocol;
seqlock_t ha_lock;
unsigned char ha[32];
struct hh_cache hh;
int (*output)(struct neighbour *, struct sk_buff *);
const struct neigh_ops *ops;
struct list_head gc_list;
struct callback_head rcu;
struct net_device *dev;
u8 primary_key[0];
};
ppc64el
: ✅struct neighbour {
struct neighbour *next;
struct neigh_table *tbl;
struct neigh_parms *parms;
long unsigned int confirmed;
long unsigned int updated;
rwlock_t lock;
refcount_t refcnt;
unsigned int arp_queue_len_bytes;
struct sk_buff_head arp_queue;
struct timer_list timer;
long unsigned int used;
atomic_t probes;
__u8 flags;
__u8 nud_state;
__u8 type;
__u8 dead;
u8 protocol;
seqlock_t ha_lock;
unsigned char ha[32];
struct hh_cache hh;
int (*output)(struct neighbour *, struct sk_buff *);
const struct neigh_ops *ops;
struct list_head gc_list;
struct callback_head rcu;
struct net_device *dev;
u8 primary_key[0];
};
riscv64
: ✅struct neighbour {
struct neighbour *next;
struct neigh_table *tbl;
struct neigh_parms *parms;
long unsigned int confirmed;
long unsigned int updated;
rwlock_t lock;
refcount_t refcnt;
unsigned int arp_queue_len_bytes;
struct sk_buff_head arp_queue;
struct timer_list timer;
long unsigned int used;
atomic_t probes;
__u8 flags;
__u8 nud_state;
__u8 type;
__u8 dead;
u8 protocol;
seqlock_t ha_lock;
unsigned char ha[32];
struct hh_cache hh;
int (*output)(struct neighbour *, struct sk_buff *);
const struct neigh_ops *ops;
struct list_head gc_list;
struct callback_head rcu;
struct net_device *dev;
u8 primary_key[0];
};
aws
: ✅struct neighbour {
struct neighbour *next;
struct neigh_table *tbl;
struct neigh_parms *parms;
long unsigned int confirmed;
long unsigned int updated;
rwlock_t lock;
refcount_t refcnt;
unsigned int arp_queue_len_bytes;
struct sk_buff_head arp_queue;
struct timer_list timer;
long unsigned int used;
atomic_t probes;
__u8 flags;
__u8 nud_state;
__u8 type;
__u8 dead;
u8 protocol;
seqlock_t ha_lock;
unsigned char ha[32];
struct hh_cache hh;
int (*output)(struct neighbour *, struct sk_buff *);
const struct neigh_ops *ops;
struct list_head gc_list;
struct callback_head rcu;
struct net_device *dev;
u8 primary_key[0];
};
azure
: ✅struct neighbour {
struct neighbour *next;
struct neigh_table *tbl;
struct neigh_parms *parms;
long unsigned int confirmed;
long unsigned int updated;
rwlock_t lock;
refcount_t refcnt;
unsigned int arp_queue_len_bytes;
struct sk_buff_head arp_queue;
struct timer_list timer;
long unsigned int used;
atomic_t probes;
__u8 flags;
__u8 nud_state;
__u8 type;
__u8 dead;
u8 protocol;
seqlock_t ha_lock;
unsigned char ha[32];
struct hh_cache hh;
int (*output)(struct neighbour *, struct sk_buff *);
const struct neigh_ops *ops;
struct list_head gc_list;
struct callback_head rcu;
struct net_device *dev;
u8 primary_key[0];
};
gcp
: ✅struct neighbour {
struct neighbour *next;
struct neigh_table *tbl;
struct neigh_parms *parms;
long unsigned int confirmed;
long unsigned int updated;
rwlock_t lock;
refcount_t refcnt;
unsigned int arp_queue_len_bytes;
struct sk_buff_head arp_queue;
struct timer_list timer;
long unsigned int used;
atomic_t probes;
__u8 flags;
__u8 nud_state;
__u8 type;
__u8 dead;
u8 protocol;
seqlock_t ha_lock;
unsigned char ha[32];
struct hh_cache hh;
int (*output)(struct neighbour *, struct sk_buff *);
const struct neigh_ops *ops;
struct list_head gc_list;
struct callback_head rcu;
struct net_device *dev;
u8 primary_key[0];
};
lowlatency
: ✅struct neighbour {
struct neighbour *next;
struct neigh_table *tbl;
struct neigh_parms *parms;
long unsigned int confirmed;
long unsigned int updated;
rwlock_t lock;
refcount_t refcnt;
unsigned int arp_queue_len_bytes;
struct sk_buff_head arp_queue;
struct timer_list timer;
long unsigned int used;
atomic_t probes;
__u8 flags;
__u8 nud_state;
__u8 type;
__u8 dead;
u8 protocol;
seqlock_t ha_lock;
unsigned char ha[32];
struct hh_cache hh;
int (*output)(struct neighbour *, struct sk_buff *);
const struct neigh_ops *ops;
struct list_head gc_list;
struct callback_head rcu;
struct net_device *dev;
u8 primary_key[0];
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
⚠️atomic_t refcnt
➡️ refcount_t refcnt
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
⚠️u8 protocol
struct list_head gc_list
5.0
and 5.3
✅
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
⚠️struct list_head managed_list
netdevice_tracker dev_tracker
__u8 flags
➡️ u32 flags
__u8 nud_state
➡️ u8 nud_state
__u8 type
➡️ u8 type
__u8 dead
➡️ u8 dead
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
✅