xfrm_policy_afinfo
Regular
4.4
: ✅struct xfrm_policy_afinfo {
short unsigned int family;
struct dst_ops *dst_ops;
void (*garbage_collect)(struct net *);
struct dst_entry * (*dst_lookup)(struct net *, int, int, const xfrm_address_t *, const xfrm_address_t *);
int (*get_saddr)(struct net *, int, xfrm_address_t *, xfrm_address_t *);
void (*decode_session)(struct sk_buff *, struct flowi *, int);
int (*get_tos)(const struct flowi *);
int (*init_path)(struct xfrm_dst *, struct dst_entry *, int);
int (*fill_dst)(struct xfrm_dst *, struct net_device *, const struct flowi *);
struct dst_entry * (*blackhole_route)(struct net *, struct dst_entry *);
};
4.8
: ✅struct xfrm_policy_afinfo {
short unsigned int family;
struct dst_ops *dst_ops;
void (*garbage_collect)(struct net *);
struct dst_entry * (*dst_lookup)(struct net *, int, int, const xfrm_address_t *, const xfrm_address_t *);
int (*get_saddr)(struct net *, int, xfrm_address_t *, xfrm_address_t *);
void (*decode_session)(struct sk_buff *, struct flowi *, int);
int (*get_tos)(const struct flowi *);
int (*init_path)(struct xfrm_dst *, struct dst_entry *, int);
int (*fill_dst)(struct xfrm_dst *, struct net_device *, const struct flowi *);
struct dst_entry * (*blackhole_route)(struct net *, struct dst_entry *);
};
4.10
: ✅struct xfrm_policy_afinfo {
short unsigned int family;
struct dst_ops *dst_ops;
void (*garbage_collect)(struct net *);
struct dst_entry * (*dst_lookup)(struct net *, int, int, const xfrm_address_t *, const xfrm_address_t *);
int (*get_saddr)(struct net *, int, xfrm_address_t *, xfrm_address_t *);
void (*decode_session)(struct sk_buff *, struct flowi *, int);
int (*get_tos)(const struct flowi *);
int (*init_path)(struct xfrm_dst *, struct dst_entry *, int);
int (*fill_dst)(struct xfrm_dst *, struct net_device *, const struct flowi *);
struct dst_entry * (*blackhole_route)(struct net *, struct dst_entry *);
};
4.13
: ✅struct xfrm_policy_afinfo {
struct dst_ops *dst_ops;
struct dst_entry * (*dst_lookup)(struct net *, int, int, const xfrm_address_t *, const xfrm_address_t *);
int (*get_saddr)(struct net *, int, xfrm_address_t *, xfrm_address_t *);
void (*decode_session)(struct sk_buff *, struct flowi *, int);
int (*get_tos)(const struct flowi *);
int (*init_path)(struct xfrm_dst *, struct dst_entry *, int);
int (*fill_dst)(struct xfrm_dst *, struct net_device *, const struct flowi *);
struct dst_entry * (*blackhole_route)(struct net *, struct dst_entry *);
};
4.15
: ✅struct xfrm_policy_afinfo {
struct dst_ops *dst_ops;
struct dst_entry * (*dst_lookup)(struct net *, int, int, const xfrm_address_t *, const xfrm_address_t *, u32);
int (*get_saddr)(struct net *, int, xfrm_address_t *, xfrm_address_t *, u32);
void (*decode_session)(struct sk_buff *, struct flowi *, int);
int (*get_tos)(const struct flowi *);
int (*init_path)(struct xfrm_dst *, struct dst_entry *, int);
int (*fill_dst)(struct xfrm_dst *, struct net_device *, const struct flowi *);
struct dst_entry * (*blackhole_route)(struct net *, struct dst_entry *);
};
4.18
: ✅struct xfrm_policy_afinfo {
struct dst_ops *dst_ops;
struct dst_entry * (*dst_lookup)(struct net *, int, int, const xfrm_address_t *, const xfrm_address_t *, u32);
int (*get_saddr)(struct net *, int, xfrm_address_t *, xfrm_address_t *, u32);
void (*decode_session)(struct sk_buff *, struct flowi *, int);
int (*get_tos)(const struct flowi *);
int (*init_path)(struct xfrm_dst *, struct dst_entry *, int);
int (*fill_dst)(struct xfrm_dst *, struct net_device *, const struct flowi *);
struct dst_entry * (*blackhole_route)(struct net *, struct dst_entry *);
};
5.0
: ✅struct xfrm_policy_afinfo {
struct dst_ops *dst_ops;
struct dst_entry * (*dst_lookup)(struct net *, int, int, const xfrm_address_t *, const xfrm_address_t *, u32);
int (*get_saddr)(struct net *, int, xfrm_address_t *, xfrm_address_t *, u32);
void (*decode_session)(struct sk_buff *, struct flowi *, int);
int (*get_tos)(const struct flowi *);
int (*init_path)(struct xfrm_dst *, struct dst_entry *, int);
int (*fill_dst)(struct xfrm_dst *, struct net_device *, const struct flowi *);
struct dst_entry * (*blackhole_route)(struct net *, struct dst_entry *);
};
5.3
: ✅struct xfrm_policy_afinfo {
struct dst_ops *dst_ops;
struct dst_entry * (*dst_lookup)(struct net *, int, int, const xfrm_address_t *, const xfrm_address_t *, u32);
int (*get_saddr)(struct net *, int, xfrm_address_t *, xfrm_address_t *, u32);
int (*fill_dst)(struct xfrm_dst *, struct net_device *, const struct flowi *);
struct dst_entry * (*blackhole_route)(struct net *, struct dst_entry *);
};
5.4
: ✅struct xfrm_policy_afinfo {
struct dst_ops *dst_ops;
struct dst_entry * (*dst_lookup)(struct net *, int, int, const xfrm_address_t *, const xfrm_address_t *, u32);
int (*get_saddr)(struct net *, int, xfrm_address_t *, xfrm_address_t *, u32);
int (*fill_dst)(struct xfrm_dst *, struct net_device *, const struct flowi *);
struct dst_entry * (*blackhole_route)(struct net *, struct dst_entry *);
};
5.8
: ✅struct xfrm_policy_afinfo {
struct dst_ops *dst_ops;
struct dst_entry * (*dst_lookup)(struct net *, int, int, const xfrm_address_t *, const xfrm_address_t *, u32);
int (*get_saddr)(struct net *, int, xfrm_address_t *, xfrm_address_t *, u32);
int (*fill_dst)(struct xfrm_dst *, struct net_device *, const struct flowi *);
struct dst_entry * (*blackhole_route)(struct net *, struct dst_entry *);
};
5.11
: ✅struct xfrm_policy_afinfo {
struct dst_ops *dst_ops;
struct dst_entry * (*dst_lookup)(struct net *, int, int, const xfrm_address_t *, const xfrm_address_t *, u32);
int (*get_saddr)(struct net *, int, xfrm_address_t *, xfrm_address_t *, u32);
int (*fill_dst)(struct xfrm_dst *, struct net_device *, const struct flowi *);
struct dst_entry * (*blackhole_route)(struct net *, struct dst_entry *);
};
5.13
: ✅struct xfrm_policy_afinfo {
struct dst_ops *dst_ops;
struct dst_entry * (*dst_lookup)(struct net *, int, int, const xfrm_address_t *, const xfrm_address_t *, u32);
int (*get_saddr)(struct net *, int, xfrm_address_t *, xfrm_address_t *, u32);
int (*fill_dst)(struct xfrm_dst *, struct net_device *, const struct flowi *);
struct dst_entry * (*blackhole_route)(struct net *, struct dst_entry *);
};
5.15
: ✅struct xfrm_policy_afinfo {
struct dst_ops *dst_ops;
struct dst_entry * (*dst_lookup)(struct net *, int, int, const xfrm_address_t *, const xfrm_address_t *, u32);
int (*get_saddr)(struct net *, int, xfrm_address_t *, xfrm_address_t *, u32);
int (*fill_dst)(struct xfrm_dst *, struct net_device *, const struct flowi *);
struct dst_entry * (*blackhole_route)(struct net *, struct dst_entry *);
};
5.19
: ✅struct xfrm_policy_afinfo {
struct dst_ops *dst_ops;
struct dst_entry * (*dst_lookup)(struct net *, int, int, const xfrm_address_t *, const xfrm_address_t *, u32);
int (*get_saddr)(struct net *, int, xfrm_address_t *, xfrm_address_t *, u32);
int (*fill_dst)(struct xfrm_dst *, struct net_device *, const struct flowi *);
struct dst_entry * (*blackhole_route)(struct net *, struct dst_entry *);
};
6.2
: ✅struct xfrm_policy_afinfo {
struct dst_ops *dst_ops;
struct dst_entry * (*dst_lookup)(struct net *, int, int, const xfrm_address_t *, const xfrm_address_t *, u32);
int (*get_saddr)(struct net *, int, xfrm_address_t *, xfrm_address_t *, u32);
int (*fill_dst)(struct xfrm_dst *, struct net_device *, const struct flowi *);
struct dst_entry * (*blackhole_route)(struct net *, struct dst_entry *);
};
6.5
: ✅struct xfrm_policy_afinfo {
struct dst_ops *dst_ops;
struct dst_entry * (*dst_lookup)(struct net *, int, int, const xfrm_address_t *, const xfrm_address_t *, u32);
int (*get_saddr)(struct net *, int, xfrm_address_t *, xfrm_address_t *, u32);
int (*fill_dst)(struct xfrm_dst *, struct net_device *, const struct flowi *);
struct dst_entry * (*blackhole_route)(struct net *, struct dst_entry *);
};
6.8
: ✅struct xfrm_policy_afinfo {
struct dst_ops *dst_ops;
struct dst_entry * (*dst_lookup)(struct net *, int, int, const xfrm_address_t *, const xfrm_address_t *, u32);
int (*get_saddr)(struct net *, int, xfrm_address_t *, xfrm_address_t *, u32);
int (*fill_dst)(struct xfrm_dst *, struct net_device *, const struct flowi *);
struct dst_entry * (*blackhole_route)(struct net *, struct dst_entry *);
};
arm64
: ✅struct xfrm_policy_afinfo {
struct dst_ops *dst_ops;
struct dst_entry * (*dst_lookup)(struct net *, int, int, const xfrm_address_t *, const xfrm_address_t *, u32);
int (*get_saddr)(struct net *, int, xfrm_address_t *, xfrm_address_t *, u32);
int (*fill_dst)(struct xfrm_dst *, struct net_device *, const struct flowi *);
struct dst_entry * (*blackhole_route)(struct net *, struct dst_entry *);
};
armhf
: ✅struct xfrm_policy_afinfo {
struct dst_ops *dst_ops;
struct dst_entry * (*dst_lookup)(struct net *, int, int, const xfrm_address_t *, const xfrm_address_t *, u32);
int (*get_saddr)(struct net *, int, xfrm_address_t *, xfrm_address_t *, u32);
int (*fill_dst)(struct xfrm_dst *, struct net_device *, const struct flowi *);
struct dst_entry * (*blackhole_route)(struct net *, struct dst_entry *);
};
ppc64el
: ✅struct xfrm_policy_afinfo {
struct dst_ops *dst_ops;
struct dst_entry * (*dst_lookup)(struct net *, int, int, const xfrm_address_t *, const xfrm_address_t *, u32);
int (*get_saddr)(struct net *, int, xfrm_address_t *, xfrm_address_t *, u32);
int (*fill_dst)(struct xfrm_dst *, struct net_device *, const struct flowi *);
struct dst_entry * (*blackhole_route)(struct net *, struct dst_entry *);
};
riscv64
: ✅struct xfrm_policy_afinfo {
struct dst_ops *dst_ops;
struct dst_entry * (*dst_lookup)(struct net *, int, int, const xfrm_address_t *, const xfrm_address_t *, u32);
int (*get_saddr)(struct net *, int, xfrm_address_t *, xfrm_address_t *, u32);
int (*fill_dst)(struct xfrm_dst *, struct net_device *, const struct flowi *);
struct dst_entry * (*blackhole_route)(struct net *, struct dst_entry *);
};
aws
: ✅struct xfrm_policy_afinfo {
struct dst_ops *dst_ops;
struct dst_entry * (*dst_lookup)(struct net *, int, int, const xfrm_address_t *, const xfrm_address_t *, u32);
int (*get_saddr)(struct net *, int, xfrm_address_t *, xfrm_address_t *, u32);
int (*fill_dst)(struct xfrm_dst *, struct net_device *, const struct flowi *);
struct dst_entry * (*blackhole_route)(struct net *, struct dst_entry *);
};
azure
: ✅struct xfrm_policy_afinfo {
struct dst_ops *dst_ops;
struct dst_entry * (*dst_lookup)(struct net *, int, int, const xfrm_address_t *, const xfrm_address_t *, u32);
int (*get_saddr)(struct net *, int, xfrm_address_t *, xfrm_address_t *, u32);
int (*fill_dst)(struct xfrm_dst *, struct net_device *, const struct flowi *);
struct dst_entry * (*blackhole_route)(struct net *, struct dst_entry *);
};
gcp
: ✅struct xfrm_policy_afinfo {
struct dst_ops *dst_ops;
struct dst_entry * (*dst_lookup)(struct net *, int, int, const xfrm_address_t *, const xfrm_address_t *, u32);
int (*get_saddr)(struct net *, int, xfrm_address_t *, xfrm_address_t *, u32);
int (*fill_dst)(struct xfrm_dst *, struct net_device *, const struct flowi *);
struct dst_entry * (*blackhole_route)(struct net *, struct dst_entry *);
};
lowlatency
: ✅struct xfrm_policy_afinfo {
struct dst_ops *dst_ops;
struct dst_entry * (*dst_lookup)(struct net *, int, int, const xfrm_address_t *, const xfrm_address_t *, u32);
int (*get_saddr)(struct net *, int, xfrm_address_t *, xfrm_address_t *, u32);
int (*fill_dst)(struct xfrm_dst *, struct net_device *, const struct flowi *);
struct dst_entry * (*blackhole_route)(struct net *, struct dst_entry *);
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
⚠️short unsigned int family
void (*garbage_collect)(struct net *)
4.13
and 4.15
⚠️struct dst_entry * (*dst_lookup)(struct net *, int, int, const xfrm_address_t *, const xfrm_address_t *)
➡️ struct dst_entry * (*dst_lookup)(struct net *, int, int, const xfrm_address_t *, const xfrm_address_t *, u32)
int (*get_saddr)(struct net *, int, xfrm_address_t *, xfrm_address_t *)
➡️ int (*get_saddr)(struct net *, int, xfrm_address_t *, xfrm_address_t *, u32)
4.15
and 4.18
✅
4.18
and 5.0
✅
5.0
and 5.3
⚠️void (*decode_session)(struct sk_buff *, struct flowi *, int)
int (*get_tos)(const struct flowi *)
int (*init_path)(struct xfrm_dst *, struct dst_entry *, int)
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
✅