dst_ops
Regular
4.4
: ✅struct dst_ops {
short unsigned int family;
unsigned int gc_thresh;
int (*gc)(struct dst_ops *);
struct dst_entry * (*check)(struct dst_entry *, __u32);
unsigned int (*default_advmss)(const struct dst_entry *);
unsigned int (*mtu)(const struct dst_entry *);
u32 * (*cow_metrics)(struct dst_entry *, long unsigned int);
void (*destroy)(struct dst_entry *);
void (*ifdown)(struct dst_entry *, struct net_device *, int);
struct dst_entry * (*negative_advice)(struct dst_entry *);
void (*link_failure)(struct sk_buff *);
void (*update_pmtu)(struct dst_entry *, struct sock *, struct sk_buff *, u32);
void (*redirect)(struct dst_entry *, struct sock *, struct sk_buff *);
int (*local_out)(struct net *, struct sock *, struct sk_buff *);
struct neighbour * (*neigh_lookup)(const struct dst_entry *, struct sk_buff *, const void *);
struct kmem_cache *kmem_cachep;
struct percpu_counter pcpuc_entries;
};
4.8
: ✅struct dst_ops {
short unsigned int family;
unsigned int gc_thresh;
int (*gc)(struct dst_ops *);
struct dst_entry * (*check)(struct dst_entry *, __u32);
unsigned int (*default_advmss)(const struct dst_entry *);
unsigned int (*mtu)(const struct dst_entry *);
u32 * (*cow_metrics)(struct dst_entry *, long unsigned int);
void (*destroy)(struct dst_entry *);
void (*ifdown)(struct dst_entry *, struct net_device *, int);
struct dst_entry * (*negative_advice)(struct dst_entry *);
void (*link_failure)(struct sk_buff *);
void (*update_pmtu)(struct dst_entry *, struct sock *, struct sk_buff *, u32);
void (*redirect)(struct dst_entry *, struct sock *, struct sk_buff *);
int (*local_out)(struct net *, struct sock *, struct sk_buff *);
struct neighbour * (*neigh_lookup)(const struct dst_entry *, struct sk_buff *, const void *);
struct kmem_cache *kmem_cachep;
struct percpu_counter pcpuc_entries;
};
4.10
: ✅struct dst_ops {
short unsigned int family;
unsigned int gc_thresh;
int (*gc)(struct dst_ops *);
struct dst_entry * (*check)(struct dst_entry *, __u32);
unsigned int (*default_advmss)(const struct dst_entry *);
unsigned int (*mtu)(const struct dst_entry *);
u32 * (*cow_metrics)(struct dst_entry *, long unsigned int);
void (*destroy)(struct dst_entry *);
void (*ifdown)(struct dst_entry *, struct net_device *, int);
struct dst_entry * (*negative_advice)(struct dst_entry *);
void (*link_failure)(struct sk_buff *);
void (*update_pmtu)(struct dst_entry *, struct sock *, struct sk_buff *, u32);
void (*redirect)(struct dst_entry *, struct sock *, struct sk_buff *);
int (*local_out)(struct net *, struct sock *, struct sk_buff *);
struct neighbour * (*neigh_lookup)(const struct dst_entry *, struct sk_buff *, const void *);
struct kmem_cache *kmem_cachep;
struct percpu_counter pcpuc_entries;
};
4.13
: ✅struct dst_ops {
short unsigned int family;
unsigned int gc_thresh;
int (*gc)(struct dst_ops *);
struct dst_entry * (*check)(struct dst_entry *, __u32);
unsigned int (*default_advmss)(const struct dst_entry *);
unsigned int (*mtu)(const struct dst_entry *);
u32 * (*cow_metrics)(struct dst_entry *, long unsigned int);
void (*destroy)(struct dst_entry *);
void (*ifdown)(struct dst_entry *, struct net_device *, int);
struct dst_entry * (*negative_advice)(struct dst_entry *);
void (*link_failure)(struct sk_buff *);
void (*update_pmtu)(struct dst_entry *, struct sock *, struct sk_buff *, u32);
void (*redirect)(struct dst_entry *, struct sock *, struct sk_buff *);
int (*local_out)(struct net *, struct sock *, struct sk_buff *);
struct neighbour * (*neigh_lookup)(const struct dst_entry *, struct sk_buff *, const void *);
void (*confirm_neigh)(const struct dst_entry *, const void *);
struct kmem_cache *kmem_cachep;
struct percpu_counter pcpuc_entries;
};
4.15
: ✅struct dst_ops {
short unsigned int family;
unsigned int gc_thresh;
int (*gc)(struct dst_ops *);
struct dst_entry * (*check)(struct dst_entry *, __u32);
unsigned int (*default_advmss)(const struct dst_entry *);
unsigned int (*mtu)(const struct dst_entry *);
u32 * (*cow_metrics)(struct dst_entry *, long unsigned int);
void (*destroy)(struct dst_entry *);
void (*ifdown)(struct dst_entry *, struct net_device *, int);
struct dst_entry * (*negative_advice)(struct dst_entry *);
void (*link_failure)(struct sk_buff *);
void (*update_pmtu)(struct dst_entry *, struct sock *, struct sk_buff *, u32);
void (*redirect)(struct dst_entry *, struct sock *, struct sk_buff *);
int (*local_out)(struct net *, struct sock *, struct sk_buff *);
struct neighbour * (*neigh_lookup)(const struct dst_entry *, struct sk_buff *, const void *);
void (*confirm_neigh)(const struct dst_entry *, const void *);
struct kmem_cache *kmem_cachep;
struct percpu_counter pcpuc_entries;
};
4.18
: ✅struct dst_ops {
short unsigned int family;
unsigned int gc_thresh;
int (*gc)(struct dst_ops *);
struct dst_entry * (*check)(struct dst_entry *, __u32);
unsigned int (*default_advmss)(const struct dst_entry *);
unsigned int (*mtu)(const struct dst_entry *);
u32 * (*cow_metrics)(struct dst_entry *, long unsigned int);
void (*destroy)(struct dst_entry *);
void (*ifdown)(struct dst_entry *, struct net_device *, int);
struct dst_entry * (*negative_advice)(struct dst_entry *);
void (*link_failure)(struct sk_buff *);
void (*update_pmtu)(struct dst_entry *, struct sock *, struct sk_buff *, u32);
void (*redirect)(struct dst_entry *, struct sock *, struct sk_buff *);
int (*local_out)(struct net *, struct sock *, struct sk_buff *);
struct neighbour * (*neigh_lookup)(const struct dst_entry *, struct sk_buff *, const void *);
void (*confirm_neigh)(const struct dst_entry *, const void *);
struct kmem_cache *kmem_cachep;
struct percpu_counter pcpuc_entries;
};
5.0
: ✅struct dst_ops {
short unsigned int family;
unsigned int gc_thresh;
int (*gc)(struct dst_ops *);
struct dst_entry * (*check)(struct dst_entry *, __u32);
unsigned int (*default_advmss)(const struct dst_entry *);
unsigned int (*mtu)(const struct dst_entry *);
u32 * (*cow_metrics)(struct dst_entry *, long unsigned int);
void (*destroy)(struct dst_entry *);
void (*ifdown)(struct dst_entry *, struct net_device *, int);
struct dst_entry * (*negative_advice)(struct dst_entry *);
void (*link_failure)(struct sk_buff *);
void (*update_pmtu)(struct dst_entry *, struct sock *, struct sk_buff *, u32);
void (*redirect)(struct dst_entry *, struct sock *, struct sk_buff *);
int (*local_out)(struct net *, struct sock *, struct sk_buff *);
struct neighbour * (*neigh_lookup)(const struct dst_entry *, struct sk_buff *, const void *);
void (*confirm_neigh)(const struct dst_entry *, const void *);
struct kmem_cache *kmem_cachep;
struct percpu_counter pcpuc_entries;
};
5.3
: ✅struct dst_ops {
short unsigned int family;
unsigned int gc_thresh;
int (*gc)(struct dst_ops *);
struct dst_entry * (*check)(struct dst_entry *, __u32);
unsigned int (*default_advmss)(const struct dst_entry *);
unsigned int (*mtu)(const struct dst_entry *);
u32 * (*cow_metrics)(struct dst_entry *, long unsigned int);
void (*destroy)(struct dst_entry *);
void (*ifdown)(struct dst_entry *, struct net_device *, int);
struct dst_entry * (*negative_advice)(struct dst_entry *);
void (*link_failure)(struct sk_buff *);
void (*update_pmtu)(struct dst_entry *, struct sock *, struct sk_buff *, u32);
void (*redirect)(struct dst_entry *, struct sock *, struct sk_buff *);
int (*local_out)(struct net *, struct sock *, struct sk_buff *);
struct neighbour * (*neigh_lookup)(const struct dst_entry *, struct sk_buff *, const void *);
void (*confirm_neigh)(const struct dst_entry *, const void *);
struct kmem_cache *kmem_cachep;
struct percpu_counter pcpuc_entries;
};
5.4
: ✅struct dst_ops {
short unsigned int family;
unsigned int gc_thresh;
int (*gc)(struct dst_ops *);
struct dst_entry * (*check)(struct dst_entry *, __u32);
unsigned int (*default_advmss)(const struct dst_entry *);
unsigned int (*mtu)(const struct dst_entry *);
u32 * (*cow_metrics)(struct dst_entry *, long unsigned int);
void (*destroy)(struct dst_entry *);
void (*ifdown)(struct dst_entry *, struct net_device *, int);
struct dst_entry * (*negative_advice)(struct dst_entry *);
void (*link_failure)(struct sk_buff *);
void (*update_pmtu)(struct dst_entry *, struct sock *, struct sk_buff *, u32, bool);
void (*redirect)(struct dst_entry *, struct sock *, struct sk_buff *);
int (*local_out)(struct net *, struct sock *, struct sk_buff *);
struct neighbour * (*neigh_lookup)(const struct dst_entry *, struct sk_buff *, const void *);
void (*confirm_neigh)(const struct dst_entry *, const void *);
struct kmem_cache *kmem_cachep;
struct percpu_counter pcpuc_entries;
};
5.8
: ✅struct dst_ops {
short unsigned int family;
unsigned int gc_thresh;
int (*gc)(struct dst_ops *);
struct dst_entry * (*check)(struct dst_entry *, __u32);
unsigned int (*default_advmss)(const struct dst_entry *);
unsigned int (*mtu)(const struct dst_entry *);
u32 * (*cow_metrics)(struct dst_entry *, long unsigned int);
void (*destroy)(struct dst_entry *);
void (*ifdown)(struct dst_entry *, struct net_device *, int);
struct dst_entry * (*negative_advice)(struct dst_entry *);
void (*link_failure)(struct sk_buff *);
void (*update_pmtu)(struct dst_entry *, struct sock *, struct sk_buff *, u32, bool);
void (*redirect)(struct dst_entry *, struct sock *, struct sk_buff *);
int (*local_out)(struct net *, struct sock *, struct sk_buff *);
struct neighbour * (*neigh_lookup)(const struct dst_entry *, struct sk_buff *, const void *);
void (*confirm_neigh)(const struct dst_entry *, const void *);
struct kmem_cache *kmem_cachep;
struct percpu_counter pcpuc_entries;
};
5.11
: ✅struct dst_ops {
short unsigned int family;
unsigned int gc_thresh;
int (*gc)(struct dst_ops *);
struct dst_entry * (*check)(struct dst_entry *, __u32);
unsigned int (*default_advmss)(const struct dst_entry *);
unsigned int (*mtu)(const struct dst_entry *);
u32 * (*cow_metrics)(struct dst_entry *, long unsigned int);
void (*destroy)(struct dst_entry *);
void (*ifdown)(struct dst_entry *, struct net_device *, int);
struct dst_entry * (*negative_advice)(struct dst_entry *);
void (*link_failure)(struct sk_buff *);
void (*update_pmtu)(struct dst_entry *, struct sock *, struct sk_buff *, u32, bool);
void (*redirect)(struct dst_entry *, struct sock *, struct sk_buff *);
int (*local_out)(struct net *, struct sock *, struct sk_buff *);
struct neighbour * (*neigh_lookup)(const struct dst_entry *, struct sk_buff *, const void *);
void (*confirm_neigh)(const struct dst_entry *, const void *);
struct kmem_cache *kmem_cachep;
struct percpu_counter pcpuc_entries;
};
5.13
: ✅struct dst_ops {
short unsigned int family;
unsigned int gc_thresh;
int (*gc)(struct dst_ops *);
struct dst_entry * (*check)(struct dst_entry *, __u32);
unsigned int (*default_advmss)(const struct dst_entry *);
unsigned int (*mtu)(const struct dst_entry *);
u32 * (*cow_metrics)(struct dst_entry *, long unsigned int);
void (*destroy)(struct dst_entry *);
void (*ifdown)(struct dst_entry *, struct net_device *, int);
struct dst_entry * (*negative_advice)(struct dst_entry *);
void (*link_failure)(struct sk_buff *);
void (*update_pmtu)(struct dst_entry *, struct sock *, struct sk_buff *, u32, bool);
void (*redirect)(struct dst_entry *, struct sock *, struct sk_buff *);
int (*local_out)(struct net *, struct sock *, struct sk_buff *);
struct neighbour * (*neigh_lookup)(const struct dst_entry *, struct sk_buff *, const void *);
void (*confirm_neigh)(const struct dst_entry *, const void *);
struct kmem_cache *kmem_cachep;
struct percpu_counter pcpuc_entries;
};
5.15
: ✅struct dst_ops {
short unsigned int family;
unsigned int gc_thresh;
int (*gc)(struct dst_ops *);
struct dst_entry * (*check)(struct dst_entry *, __u32);
unsigned int (*default_advmss)(const struct dst_entry *);
unsigned int (*mtu)(const struct dst_entry *);
u32 * (*cow_metrics)(struct dst_entry *, long unsigned int);
void (*destroy)(struct dst_entry *);
void (*ifdown)(struct dst_entry *, struct net_device *, int);
struct dst_entry * (*negative_advice)(struct dst_entry *);
void (*link_failure)(struct sk_buff *);
void (*update_pmtu)(struct dst_entry *, struct sock *, struct sk_buff *, u32, bool);
void (*redirect)(struct dst_entry *, struct sock *, struct sk_buff *);
int (*local_out)(struct net *, struct sock *, struct sk_buff *);
struct neighbour * (*neigh_lookup)(const struct dst_entry *, struct sk_buff *, const void *);
void (*confirm_neigh)(const struct dst_entry *, const void *);
struct kmem_cache *kmem_cachep;
struct percpu_counter pcpuc_entries;
};
5.19
: ✅struct dst_ops {
short unsigned int family;
unsigned int gc_thresh;
int (*gc)(struct dst_ops *);
struct dst_entry * (*check)(struct dst_entry *, __u32);
unsigned int (*default_advmss)(const struct dst_entry *);
unsigned int (*mtu)(const struct dst_entry *);
u32 * (*cow_metrics)(struct dst_entry *, long unsigned int);
void (*destroy)(struct dst_entry *);
void (*ifdown)(struct dst_entry *, struct net_device *, int);
struct dst_entry * (*negative_advice)(struct dst_entry *);
void (*link_failure)(struct sk_buff *);
void (*update_pmtu)(struct dst_entry *, struct sock *, struct sk_buff *, u32, bool);
void (*redirect)(struct dst_entry *, struct sock *, struct sk_buff *);
int (*local_out)(struct net *, struct sock *, struct sk_buff *);
struct neighbour * (*neigh_lookup)(const struct dst_entry *, struct sk_buff *, const void *);
void (*confirm_neigh)(const struct dst_entry *, const void *);
struct kmem_cache *kmem_cachep;
struct percpu_counter pcpuc_entries;
};
6.2
: ✅struct dst_ops {
short unsigned int family;
unsigned int gc_thresh;
int (*gc)(struct dst_ops *);
struct dst_entry * (*check)(struct dst_entry *, __u32);
unsigned int (*default_advmss)(const struct dst_entry *);
unsigned int (*mtu)(const struct dst_entry *);
u32 * (*cow_metrics)(struct dst_entry *, long unsigned int);
void (*destroy)(struct dst_entry *);
void (*ifdown)(struct dst_entry *, struct net_device *, int);
struct dst_entry * (*negative_advice)(struct dst_entry *);
void (*link_failure)(struct sk_buff *);
void (*update_pmtu)(struct dst_entry *, struct sock *, struct sk_buff *, u32, bool);
void (*redirect)(struct dst_entry *, struct sock *, struct sk_buff *);
int (*local_out)(struct net *, struct sock *, struct sk_buff *);
struct neighbour * (*neigh_lookup)(const struct dst_entry *, struct sk_buff *, const void *);
void (*confirm_neigh)(const struct dst_entry *, const void *);
struct kmem_cache *kmem_cachep;
struct percpu_counter pcpuc_entries;
};
6.5
: ✅struct dst_ops {
short unsigned int family;
unsigned int gc_thresh;
void (*gc)(struct dst_ops *);
struct dst_entry * (*check)(struct dst_entry *, __u32);
unsigned int (*default_advmss)(const struct dst_entry *);
unsigned int (*mtu)(const struct dst_entry *);
u32 * (*cow_metrics)(struct dst_entry *, long unsigned int);
void (*destroy)(struct dst_entry *);
void (*ifdown)(struct dst_entry *, struct net_device *, int);
struct dst_entry * (*negative_advice)(struct dst_entry *);
void (*link_failure)(struct sk_buff *);
void (*update_pmtu)(struct dst_entry *, struct sock *, struct sk_buff *, u32, bool);
void (*redirect)(struct dst_entry *, struct sock *, struct sk_buff *);
int (*local_out)(struct net *, struct sock *, struct sk_buff *);
struct neighbour * (*neigh_lookup)(const struct dst_entry *, struct sk_buff *, const void *);
void (*confirm_neigh)(const struct dst_entry *, const void *);
struct kmem_cache *kmem_cachep;
struct percpu_counter pcpuc_entries;
};
6.8
: ✅struct dst_ops {
short unsigned int family;
unsigned int gc_thresh;
void (*gc)(struct dst_ops *);
struct dst_entry * (*check)(struct dst_entry *, __u32);
unsigned int (*default_advmss)(const struct dst_entry *);
unsigned int (*mtu)(const struct dst_entry *);
u32 * (*cow_metrics)(struct dst_entry *, long unsigned int);
void (*destroy)(struct dst_entry *);
void (*ifdown)(struct dst_entry *, struct net_device *);
struct dst_entry * (*negative_advice)(struct dst_entry *);
void (*link_failure)(struct sk_buff *);
void (*update_pmtu)(struct dst_entry *, struct sock *, struct sk_buff *, u32, bool);
void (*redirect)(struct dst_entry *, struct sock *, struct sk_buff *);
int (*local_out)(struct net *, struct sock *, struct sk_buff *);
struct neighbour * (*neigh_lookup)(const struct dst_entry *, struct sk_buff *, const void *);
void (*confirm_neigh)(const struct dst_entry *, const void *);
struct kmem_cache *kmem_cachep;
struct percpu_counter pcpuc_entries;
};
arm64
: ✅struct dst_ops {
short unsigned int family;
unsigned int gc_thresh;
int (*gc)(struct dst_ops *);
struct dst_entry * (*check)(struct dst_entry *, __u32);
unsigned int (*default_advmss)(const struct dst_entry *);
unsigned int (*mtu)(const struct dst_entry *);
u32 * (*cow_metrics)(struct dst_entry *, long unsigned int);
void (*destroy)(struct dst_entry *);
void (*ifdown)(struct dst_entry *, struct net_device *, int);
struct dst_entry * (*negative_advice)(struct dst_entry *);
void (*link_failure)(struct sk_buff *);
void (*update_pmtu)(struct dst_entry *, struct sock *, struct sk_buff *, u32, bool);
void (*redirect)(struct dst_entry *, struct sock *, struct sk_buff *);
int (*local_out)(struct net *, struct sock *, struct sk_buff *);
struct neighbour * (*neigh_lookup)(const struct dst_entry *, struct sk_buff *, const void *);
void (*confirm_neigh)(const struct dst_entry *, const void *);
struct kmem_cache *kmem_cachep;
struct percpu_counter pcpuc_entries;
};
armhf
: ✅struct dst_ops {
short unsigned int family;
unsigned int gc_thresh;
int (*gc)(struct dst_ops *);
struct dst_entry * (*check)(struct dst_entry *, __u32);
unsigned int (*default_advmss)(const struct dst_entry *);
unsigned int (*mtu)(const struct dst_entry *);
u32 * (*cow_metrics)(struct dst_entry *, long unsigned int);
void (*destroy)(struct dst_entry *);
void (*ifdown)(struct dst_entry *, struct net_device *, int);
struct dst_entry * (*negative_advice)(struct dst_entry *);
void (*link_failure)(struct sk_buff *);
void (*update_pmtu)(struct dst_entry *, struct sock *, struct sk_buff *, u32, bool);
void (*redirect)(struct dst_entry *, struct sock *, struct sk_buff *);
int (*local_out)(struct net *, struct sock *, struct sk_buff *);
struct neighbour * (*neigh_lookup)(const struct dst_entry *, struct sk_buff *, const void *);
void (*confirm_neigh)(const struct dst_entry *, const void *);
struct kmem_cache *kmem_cachep;
struct percpu_counter pcpuc_entries;
};
ppc64el
: ✅struct dst_ops {
short unsigned int family;
unsigned int gc_thresh;
int (*gc)(struct dst_ops *);
struct dst_entry * (*check)(struct dst_entry *, __u32);
unsigned int (*default_advmss)(const struct dst_entry *);
unsigned int (*mtu)(const struct dst_entry *);
u32 * (*cow_metrics)(struct dst_entry *, long unsigned int);
void (*destroy)(struct dst_entry *);
void (*ifdown)(struct dst_entry *, struct net_device *, int);
struct dst_entry * (*negative_advice)(struct dst_entry *);
void (*link_failure)(struct sk_buff *);
void (*update_pmtu)(struct dst_entry *, struct sock *, struct sk_buff *, u32, bool);
void (*redirect)(struct dst_entry *, struct sock *, struct sk_buff *);
int (*local_out)(struct net *, struct sock *, struct sk_buff *);
struct neighbour * (*neigh_lookup)(const struct dst_entry *, struct sk_buff *, const void *);
void (*confirm_neigh)(const struct dst_entry *, const void *);
struct kmem_cache *kmem_cachep;
struct percpu_counter pcpuc_entries;
};
riscv64
: ✅struct dst_ops {
short unsigned int family;
unsigned int gc_thresh;
int (*gc)(struct dst_ops *);
struct dst_entry * (*check)(struct dst_entry *, __u32);
unsigned int (*default_advmss)(const struct dst_entry *);
unsigned int (*mtu)(const struct dst_entry *);
u32 * (*cow_metrics)(struct dst_entry *, long unsigned int);
void (*destroy)(struct dst_entry *);
void (*ifdown)(struct dst_entry *, struct net_device *, int);
struct dst_entry * (*negative_advice)(struct dst_entry *);
void (*link_failure)(struct sk_buff *);
void (*update_pmtu)(struct dst_entry *, struct sock *, struct sk_buff *, u32, bool);
void (*redirect)(struct dst_entry *, struct sock *, struct sk_buff *);
int (*local_out)(struct net *, struct sock *, struct sk_buff *);
struct neighbour * (*neigh_lookup)(const struct dst_entry *, struct sk_buff *, const void *);
void (*confirm_neigh)(const struct dst_entry *, const void *);
struct kmem_cache *kmem_cachep;
struct percpu_counter pcpuc_entries;
};
aws
: ✅struct dst_ops {
short unsigned int family;
unsigned int gc_thresh;
int (*gc)(struct dst_ops *);
struct dst_entry * (*check)(struct dst_entry *, __u32);
unsigned int (*default_advmss)(const struct dst_entry *);
unsigned int (*mtu)(const struct dst_entry *);
u32 * (*cow_metrics)(struct dst_entry *, long unsigned int);
void (*destroy)(struct dst_entry *);
void (*ifdown)(struct dst_entry *, struct net_device *, int);
struct dst_entry * (*negative_advice)(struct dst_entry *);
void (*link_failure)(struct sk_buff *);
void (*update_pmtu)(struct dst_entry *, struct sock *, struct sk_buff *, u32, bool);
void (*redirect)(struct dst_entry *, struct sock *, struct sk_buff *);
int (*local_out)(struct net *, struct sock *, struct sk_buff *);
struct neighbour * (*neigh_lookup)(const struct dst_entry *, struct sk_buff *, const void *);
void (*confirm_neigh)(const struct dst_entry *, const void *);
struct kmem_cache *kmem_cachep;
struct percpu_counter pcpuc_entries;
};
azure
: ✅struct dst_ops {
short unsigned int family;
unsigned int gc_thresh;
int (*gc)(struct dst_ops *);
struct dst_entry * (*check)(struct dst_entry *, __u32);
unsigned int (*default_advmss)(const struct dst_entry *);
unsigned int (*mtu)(const struct dst_entry *);
u32 * (*cow_metrics)(struct dst_entry *, long unsigned int);
void (*destroy)(struct dst_entry *);
void (*ifdown)(struct dst_entry *, struct net_device *, int);
struct dst_entry * (*negative_advice)(struct dst_entry *);
void (*link_failure)(struct sk_buff *);
void (*update_pmtu)(struct dst_entry *, struct sock *, struct sk_buff *, u32, bool);
void (*redirect)(struct dst_entry *, struct sock *, struct sk_buff *);
int (*local_out)(struct net *, struct sock *, struct sk_buff *);
struct neighbour * (*neigh_lookup)(const struct dst_entry *, struct sk_buff *, const void *);
void (*confirm_neigh)(const struct dst_entry *, const void *);
struct kmem_cache *kmem_cachep;
struct percpu_counter pcpuc_entries;
};
gcp
: ✅struct dst_ops {
short unsigned int family;
unsigned int gc_thresh;
int (*gc)(struct dst_ops *);
struct dst_entry * (*check)(struct dst_entry *, __u32);
unsigned int (*default_advmss)(const struct dst_entry *);
unsigned int (*mtu)(const struct dst_entry *);
u32 * (*cow_metrics)(struct dst_entry *, long unsigned int);
void (*destroy)(struct dst_entry *);
void (*ifdown)(struct dst_entry *, struct net_device *, int);
struct dst_entry * (*negative_advice)(struct dst_entry *);
void (*link_failure)(struct sk_buff *);
void (*update_pmtu)(struct dst_entry *, struct sock *, struct sk_buff *, u32, bool);
void (*redirect)(struct dst_entry *, struct sock *, struct sk_buff *);
int (*local_out)(struct net *, struct sock *, struct sk_buff *);
struct neighbour * (*neigh_lookup)(const struct dst_entry *, struct sk_buff *, const void *);
void (*confirm_neigh)(const struct dst_entry *, const void *);
struct kmem_cache *kmem_cachep;
struct percpu_counter pcpuc_entries;
};
lowlatency
: ✅struct dst_ops {
short unsigned int family;
unsigned int gc_thresh;
int (*gc)(struct dst_ops *);
struct dst_entry * (*check)(struct dst_entry *, __u32);
unsigned int (*default_advmss)(const struct dst_entry *);
unsigned int (*mtu)(const struct dst_entry *);
u32 * (*cow_metrics)(struct dst_entry *, long unsigned int);
void (*destroy)(struct dst_entry *);
void (*ifdown)(struct dst_entry *, struct net_device *, int);
struct dst_entry * (*negative_advice)(struct dst_entry *);
void (*link_failure)(struct sk_buff *);
void (*update_pmtu)(struct dst_entry *, struct sock *, struct sk_buff *, u32, bool);
void (*redirect)(struct dst_entry *, struct sock *, struct sk_buff *);
int (*local_out)(struct net *, struct sock *, struct sk_buff *);
struct neighbour * (*neigh_lookup)(const struct dst_entry *, struct sk_buff *, const void *);
void (*confirm_neigh)(const struct dst_entry *, const void *);
struct kmem_cache *kmem_cachep;
struct percpu_counter pcpuc_entries;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
⚠️void (*confirm_neigh)(const struct dst_entry *, const void *)
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
⚠️void (*update_pmtu)(struct dst_entry *, struct sock *, struct sk_buff *, u32)
➡️ void (*update_pmtu)(struct dst_entry *, struct sock *, struct sk_buff *, u32, bool)
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
⚠️int (*gc)(struct dst_ops *)
➡️ void (*gc)(struct dst_ops *)
6.5
and 6.8
⚠️void (*ifdown)(struct dst_entry *, struct net_device *, int)
➡️ void (*ifdown)(struct dst_entry *, struct net_device *)
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅