xfrm_state
Regular
4.4
: ✅struct xfrm_state {
possible_net_t xs_net;
struct hlist_node gclist;
struct hlist_node bydst;
struct hlist_node bysrc;
struct hlist_node byspi;
atomic_t refcnt;
spinlock_t lock;
struct xfrm_id id;
struct xfrm_selector sel;
struct xfrm_mark mark;
u32 tfcpad;
u32 genid;
struct xfrm_state_walk km;
struct (anon) props;
struct xfrm_lifetime_cfg lft;
struct xfrm_algo_auth *aalg;
struct xfrm_algo *ealg;
struct xfrm_algo *calg;
struct xfrm_algo_aead *aead;
const char *geniv;
struct xfrm_encap_tmpl *encap;
xfrm_address_t *coaddr;
struct xfrm_state *tunnel;
atomic_t tunnel_users;
struct xfrm_replay_state replay;
struct xfrm_replay_state_esn *replay_esn;
struct xfrm_replay_state preplay;
struct xfrm_replay_state_esn *preplay_esn;
struct xfrm_replay *repl;
u32 xflags;
u32 replay_maxage;
u32 replay_maxdiff;
struct timer_list rtimer;
struct xfrm_stats stats;
struct xfrm_lifetime_cur curlft;
struct tasklet_hrtimer mtimer;
long int saved_tmo;
long unsigned int lastused;
const struct xfrm_type *type;
struct xfrm_mode *inner_mode;
struct xfrm_mode *inner_mode_iaf;
struct xfrm_mode *outer_mode;
struct xfrm_sec_ctx *security;
void *data;
};
4.8
: ✅struct xfrm_state {
possible_net_t xs_net;
struct hlist_node gclist;
struct hlist_node bydst;
struct hlist_node bysrc;
struct hlist_node byspi;
atomic_t refcnt;
spinlock_t lock;
struct xfrm_id id;
struct xfrm_selector sel;
struct xfrm_mark mark;
u32 tfcpad;
u32 genid;
struct xfrm_state_walk km;
struct (anon) props;
struct xfrm_lifetime_cfg lft;
struct xfrm_algo_auth *aalg;
struct xfrm_algo *ealg;
struct xfrm_algo *calg;
struct xfrm_algo_aead *aead;
const char *geniv;
struct xfrm_encap_tmpl *encap;
xfrm_address_t *coaddr;
struct xfrm_state *tunnel;
atomic_t tunnel_users;
struct xfrm_replay_state replay;
struct xfrm_replay_state_esn *replay_esn;
struct xfrm_replay_state preplay;
struct xfrm_replay_state_esn *preplay_esn;
struct xfrm_replay *repl;
u32 xflags;
u32 replay_maxage;
u32 replay_maxdiff;
struct timer_list rtimer;
struct xfrm_stats stats;
struct xfrm_lifetime_cur curlft;
struct tasklet_hrtimer mtimer;
long int saved_tmo;
long unsigned int lastused;
const struct xfrm_type *type;
struct xfrm_mode *inner_mode;
struct xfrm_mode *inner_mode_iaf;
struct xfrm_mode *outer_mode;
struct xfrm_sec_ctx *security;
void *data;
};
4.10
: ✅struct xfrm_state {
possible_net_t xs_net;
struct hlist_node gclist;
struct hlist_node bydst;
struct hlist_node bysrc;
struct hlist_node byspi;
atomic_t refcnt;
spinlock_t lock;
struct xfrm_id id;
struct xfrm_selector sel;
struct xfrm_mark mark;
u32 tfcpad;
u32 genid;
struct xfrm_state_walk km;
struct (anon) props;
struct xfrm_lifetime_cfg lft;
struct xfrm_algo_auth *aalg;
struct xfrm_algo *ealg;
struct xfrm_algo *calg;
struct xfrm_algo_aead *aead;
const char *geniv;
struct xfrm_encap_tmpl *encap;
xfrm_address_t *coaddr;
struct xfrm_state *tunnel;
atomic_t tunnel_users;
struct xfrm_replay_state replay;
struct xfrm_replay_state_esn *replay_esn;
struct xfrm_replay_state preplay;
struct xfrm_replay_state_esn *preplay_esn;
const struct xfrm_replay *repl;
u32 xflags;
u32 replay_maxage;
u32 replay_maxdiff;
struct timer_list rtimer;
struct xfrm_stats stats;
struct xfrm_lifetime_cur curlft;
struct tasklet_hrtimer mtimer;
long int saved_tmo;
long unsigned int lastused;
const struct xfrm_type *type;
struct xfrm_mode *inner_mode;
struct xfrm_mode *inner_mode_iaf;
struct xfrm_mode *outer_mode;
struct xfrm_sec_ctx *security;
void *data;
};
4.13
: ✅struct xfrm_state {
possible_net_t xs_net;
struct hlist_node gclist;
struct hlist_node bydst;
struct hlist_node bysrc;
struct hlist_node byspi;
refcount_t refcnt;
spinlock_t lock;
struct xfrm_id id;
struct xfrm_selector sel;
struct xfrm_mark mark;
u32 tfcpad;
u32 genid;
struct xfrm_state_walk km;
struct (anon) props;
struct xfrm_lifetime_cfg lft;
struct xfrm_algo_auth *aalg;
struct xfrm_algo *ealg;
struct xfrm_algo *calg;
struct xfrm_algo_aead *aead;
const char *geniv;
struct xfrm_encap_tmpl *encap;
xfrm_address_t *coaddr;
struct xfrm_state *tunnel;
atomic_t tunnel_users;
struct xfrm_replay_state replay;
struct xfrm_replay_state_esn *replay_esn;
struct xfrm_replay_state preplay;
struct xfrm_replay_state_esn *preplay_esn;
const struct xfrm_replay *repl;
u32 xflags;
u32 replay_maxage;
u32 replay_maxdiff;
struct timer_list rtimer;
struct xfrm_stats stats;
struct xfrm_lifetime_cur curlft;
struct tasklet_hrtimer mtimer;
struct xfrm_state_offload xso;
long int saved_tmo;
long unsigned int lastused;
struct page_frag xfrag;
const struct xfrm_type *type;
struct xfrm_mode *inner_mode;
struct xfrm_mode *inner_mode_iaf;
struct xfrm_mode *outer_mode;
const struct xfrm_type_offload *type_offload;
struct xfrm_sec_ctx *security;
void *data;
};
4.15
: ✅struct xfrm_state {
possible_net_t xs_net;
struct hlist_node gclist;
struct hlist_node bydst;
struct hlist_node bysrc;
struct hlist_node byspi;
refcount_t refcnt;
spinlock_t lock;
struct xfrm_id id;
struct xfrm_selector sel;
struct xfrm_mark mark;
u32 tfcpad;
u32 genid;
struct xfrm_state_walk km;
struct (anon) props;
struct xfrm_lifetime_cfg lft;
struct xfrm_algo_auth *aalg;
struct xfrm_algo *ealg;
struct xfrm_algo *calg;
struct xfrm_algo_aead *aead;
const char *geniv;
struct xfrm_encap_tmpl *encap;
xfrm_address_t *coaddr;
struct xfrm_state *tunnel;
atomic_t tunnel_users;
struct xfrm_replay_state replay;
struct xfrm_replay_state_esn *replay_esn;
struct xfrm_replay_state preplay;
struct xfrm_replay_state_esn *preplay_esn;
const struct xfrm_replay *repl;
u32 xflags;
u32 replay_maxage;
u32 replay_maxdiff;
struct timer_list rtimer;
struct xfrm_stats stats;
struct xfrm_lifetime_cur curlft;
struct tasklet_hrtimer mtimer;
struct xfrm_state_offload xso;
long int saved_tmo;
long unsigned int lastused;
struct page_frag xfrag;
const struct xfrm_type *type;
struct xfrm_mode *inner_mode;
struct xfrm_mode *inner_mode_iaf;
struct xfrm_mode *outer_mode;
const struct xfrm_type_offload *type_offload;
struct xfrm_sec_ctx *security;
void *data;
};
4.18
: ✅struct xfrm_state {
possible_net_t xs_net;
struct hlist_node gclist;
struct hlist_node bydst;
struct hlist_node bysrc;
struct hlist_node byspi;
refcount_t refcnt;
spinlock_t lock;
struct xfrm_id id;
struct xfrm_selector sel;
struct xfrm_mark mark;
u32 tfcpad;
u32 genid;
struct xfrm_state_walk km;
struct (anon) props;
struct xfrm_lifetime_cfg lft;
struct xfrm_algo_auth *aalg;
struct xfrm_algo *ealg;
struct xfrm_algo *calg;
struct xfrm_algo_aead *aead;
const char *geniv;
struct xfrm_encap_tmpl *encap;
xfrm_address_t *coaddr;
struct xfrm_state *tunnel;
atomic_t tunnel_users;
struct xfrm_replay_state replay;
struct xfrm_replay_state_esn *replay_esn;
struct xfrm_replay_state preplay;
struct xfrm_replay_state_esn *preplay_esn;
const struct xfrm_replay *repl;
u32 xflags;
u32 replay_maxage;
u32 replay_maxdiff;
struct timer_list rtimer;
struct xfrm_stats stats;
struct xfrm_lifetime_cur curlft;
struct tasklet_hrtimer mtimer;
struct xfrm_state_offload xso;
long int saved_tmo;
long unsigned int lastused;
struct page_frag xfrag;
const struct xfrm_type *type;
struct xfrm_mode *inner_mode;
struct xfrm_mode *inner_mode_iaf;
struct xfrm_mode *outer_mode;
const struct xfrm_type_offload *type_offload;
struct xfrm_sec_ctx *security;
void *data;
};
5.0
: ✅struct xfrm_state {
possible_net_t xs_net;
struct hlist_node gclist;
struct hlist_node bydst;
struct hlist_node bysrc;
struct hlist_node byspi;
refcount_t refcnt;
spinlock_t lock;
struct xfrm_id id;
struct xfrm_selector sel;
struct xfrm_mark mark;
u32 if_id;
u32 tfcpad;
u32 genid;
struct xfrm_state_walk km;
struct (anon) props;
struct xfrm_lifetime_cfg lft;
struct xfrm_algo_auth *aalg;
struct xfrm_algo *ealg;
struct xfrm_algo *calg;
struct xfrm_algo_aead *aead;
const char *geniv;
struct xfrm_encap_tmpl *encap;
xfrm_address_t *coaddr;
struct xfrm_state *tunnel;
atomic_t tunnel_users;
struct xfrm_replay_state replay;
struct xfrm_replay_state_esn *replay_esn;
struct xfrm_replay_state preplay;
struct xfrm_replay_state_esn *preplay_esn;
const struct xfrm_replay *repl;
u32 xflags;
u32 replay_maxage;
u32 replay_maxdiff;
struct timer_list rtimer;
struct xfrm_stats stats;
struct xfrm_lifetime_cur curlft;
struct tasklet_hrtimer mtimer;
struct xfrm_state_offload xso;
long int saved_tmo;
time64_t lastused;
struct page_frag xfrag;
const struct xfrm_type *type;
struct xfrm_mode *inner_mode;
struct xfrm_mode *inner_mode_iaf;
struct xfrm_mode *outer_mode;
const struct xfrm_type_offload *type_offload;
struct xfrm_sec_ctx *security;
void *data;
};
5.3
: ✅struct xfrm_state {
possible_net_t xs_net;
struct hlist_node gclist;
struct hlist_node bydst;
struct hlist_node bysrc;
struct hlist_node byspi;
refcount_t refcnt;
spinlock_t lock;
struct xfrm_id id;
struct xfrm_selector sel;
struct xfrm_mark mark;
u32 if_id;
u32 tfcpad;
u32 genid;
struct xfrm_state_walk km;
struct (anon) props;
struct xfrm_lifetime_cfg lft;
struct xfrm_algo_auth *aalg;
struct xfrm_algo *ealg;
struct xfrm_algo *calg;
struct xfrm_algo_aead *aead;
const char *geniv;
struct xfrm_encap_tmpl *encap;
xfrm_address_t *coaddr;
struct xfrm_state *tunnel;
atomic_t tunnel_users;
struct xfrm_replay_state replay;
struct xfrm_replay_state_esn *replay_esn;
struct xfrm_replay_state preplay;
struct xfrm_replay_state_esn *preplay_esn;
const struct xfrm_replay *repl;
u32 xflags;
u32 replay_maxage;
u32 replay_maxdiff;
struct timer_list rtimer;
struct xfrm_stats stats;
struct xfrm_lifetime_cur curlft;
struct hrtimer mtimer;
struct xfrm_state_offload xso;
long int saved_tmo;
time64_t lastused;
struct page_frag xfrag;
const struct xfrm_type *type;
struct xfrm_mode inner_mode;
struct xfrm_mode inner_mode_iaf;
struct xfrm_mode outer_mode;
const struct xfrm_type_offload *type_offload;
struct xfrm_sec_ctx *security;
void *data;
};
5.4
: ✅struct xfrm_state {
possible_net_t xs_net;
struct hlist_node gclist;
struct hlist_node bydst;
struct hlist_node bysrc;
struct hlist_node byspi;
refcount_t refcnt;
spinlock_t lock;
struct xfrm_id id;
struct xfrm_selector sel;
struct xfrm_mark mark;
u32 if_id;
u32 tfcpad;
u32 genid;
struct xfrm_state_walk km;
struct (anon) props;
struct xfrm_lifetime_cfg lft;
struct xfrm_algo_auth *aalg;
struct xfrm_algo *ealg;
struct xfrm_algo *calg;
struct xfrm_algo_aead *aead;
const char *geniv;
struct xfrm_encap_tmpl *encap;
xfrm_address_t *coaddr;
struct xfrm_state *tunnel;
atomic_t tunnel_users;
struct xfrm_replay_state replay;
struct xfrm_replay_state_esn *replay_esn;
struct xfrm_replay_state preplay;
struct xfrm_replay_state_esn *preplay_esn;
const struct xfrm_replay *repl;
u32 xflags;
u32 replay_maxage;
u32 replay_maxdiff;
struct timer_list rtimer;
struct xfrm_stats stats;
struct xfrm_lifetime_cur curlft;
struct hrtimer mtimer;
struct xfrm_state_offload xso;
long int saved_tmo;
time64_t lastused;
struct page_frag xfrag;
const struct xfrm_type *type;
struct xfrm_mode inner_mode;
struct xfrm_mode inner_mode_iaf;
struct xfrm_mode outer_mode;
const struct xfrm_type_offload *type_offload;
struct xfrm_sec_ctx *security;
void *data;
};
5.8
: ✅struct xfrm_state {
possible_net_t xs_net;
struct hlist_node gclist;
struct hlist_node bydst;
struct hlist_node bysrc;
struct hlist_node byspi;
refcount_t refcnt;
spinlock_t lock;
struct xfrm_id id;
struct xfrm_selector sel;
struct xfrm_mark mark;
u32 if_id;
u32 tfcpad;
u32 genid;
struct xfrm_state_walk km;
struct (anon) props;
struct xfrm_lifetime_cfg lft;
struct xfrm_algo_auth *aalg;
struct xfrm_algo *ealg;
struct xfrm_algo *calg;
struct xfrm_algo_aead *aead;
const char *geniv;
struct xfrm_encap_tmpl *encap;
struct sock *encap_sk;
xfrm_address_t *coaddr;
struct xfrm_state *tunnel;
atomic_t tunnel_users;
struct xfrm_replay_state replay;
struct xfrm_replay_state_esn *replay_esn;
struct xfrm_replay_state preplay;
struct xfrm_replay_state_esn *preplay_esn;
const struct xfrm_replay *repl;
u32 xflags;
u32 replay_maxage;
u32 replay_maxdiff;
struct timer_list rtimer;
struct xfrm_stats stats;
struct xfrm_lifetime_cur curlft;
struct hrtimer mtimer;
struct xfrm_state_offload xso;
long int saved_tmo;
time64_t lastused;
struct page_frag xfrag;
const struct xfrm_type *type;
struct xfrm_mode inner_mode;
struct xfrm_mode inner_mode_iaf;
struct xfrm_mode outer_mode;
const struct xfrm_type_offload *type_offload;
struct xfrm_sec_ctx *security;
void *data;
};
5.11
: ✅struct xfrm_state {
possible_net_t xs_net;
struct hlist_node gclist;
struct hlist_node bydst;
struct hlist_node bysrc;
struct hlist_node byspi;
refcount_t refcnt;
spinlock_t lock;
struct xfrm_id id;
struct xfrm_selector sel;
struct xfrm_mark mark;
u32 if_id;
u32 tfcpad;
u32 genid;
struct xfrm_state_walk km;
struct (anon) props;
struct xfrm_lifetime_cfg lft;
struct xfrm_algo_auth *aalg;
struct xfrm_algo *ealg;
struct xfrm_algo *calg;
struct xfrm_algo_aead *aead;
const char *geniv;
struct xfrm_encap_tmpl *encap;
struct sock *encap_sk;
xfrm_address_t *coaddr;
struct xfrm_state *tunnel;
atomic_t tunnel_users;
struct xfrm_replay_state replay;
struct xfrm_replay_state_esn *replay_esn;
struct xfrm_replay_state preplay;
struct xfrm_replay_state_esn *preplay_esn;
const struct xfrm_replay *repl;
u32 xflags;
u32 replay_maxage;
u32 replay_maxdiff;
struct timer_list rtimer;
struct xfrm_stats stats;
struct xfrm_lifetime_cur curlft;
struct hrtimer mtimer;
struct xfrm_state_offload xso;
long int saved_tmo;
time64_t lastused;
struct page_frag xfrag;
const struct xfrm_type *type;
struct xfrm_mode inner_mode;
struct xfrm_mode inner_mode_iaf;
struct xfrm_mode outer_mode;
const struct xfrm_type_offload *type_offload;
struct xfrm_sec_ctx *security;
void *data;
};
5.13
: ✅struct xfrm_state {
possible_net_t xs_net;
struct hlist_node gclist;
struct hlist_node bydst;
struct hlist_node bysrc;
struct hlist_node byspi;
refcount_t refcnt;
spinlock_t lock;
struct xfrm_id id;
struct xfrm_selector sel;
struct xfrm_mark mark;
u32 if_id;
u32 tfcpad;
u32 genid;
struct xfrm_state_walk km;
struct (anon) props;
struct xfrm_lifetime_cfg lft;
struct xfrm_algo_auth *aalg;
struct xfrm_algo *ealg;
struct xfrm_algo *calg;
struct xfrm_algo_aead *aead;
const char *geniv;
struct xfrm_encap_tmpl *encap;
struct sock *encap_sk;
xfrm_address_t *coaddr;
struct xfrm_state *tunnel;
atomic_t tunnel_users;
struct xfrm_replay_state replay;
struct xfrm_replay_state_esn *replay_esn;
struct xfrm_replay_state preplay;
struct xfrm_replay_state_esn *preplay_esn;
const struct xfrm_replay *repl;
u32 xflags;
u32 replay_maxage;
u32 replay_maxdiff;
struct timer_list rtimer;
struct xfrm_stats stats;
struct xfrm_lifetime_cur curlft;
struct hrtimer mtimer;
struct xfrm_state_offload xso;
long int saved_tmo;
time64_t lastused;
struct page_frag xfrag;
const struct xfrm_type *type;
struct xfrm_mode inner_mode;
struct xfrm_mode inner_mode_iaf;
struct xfrm_mode outer_mode;
const struct xfrm_type_offload *type_offload;
struct xfrm_sec_ctx *security;
void *data;
};
5.15
: ✅struct xfrm_state {
possible_net_t xs_net;
struct hlist_node gclist;
struct hlist_node bydst;
struct hlist_node bysrc;
struct hlist_node byspi;
struct hlist_node byseq;
refcount_t refcnt;
spinlock_t lock;
struct xfrm_id id;
struct xfrm_selector sel;
struct xfrm_mark mark;
u32 if_id;
u32 tfcpad;
u32 genid;
struct xfrm_state_walk km;
struct (anon) props;
struct xfrm_lifetime_cfg lft;
struct xfrm_algo_auth *aalg;
struct xfrm_algo *ealg;
struct xfrm_algo *calg;
struct xfrm_algo_aead *aead;
const char *geniv;
__be16 new_mapping_sport;
u32 new_mapping;
u32 mapping_maxage;
struct xfrm_encap_tmpl *encap;
struct sock *encap_sk;
xfrm_address_t *coaddr;
struct xfrm_state *tunnel;
atomic_t tunnel_users;
struct xfrm_replay_state replay;
struct xfrm_replay_state_esn *replay_esn;
struct xfrm_replay_state preplay;
struct xfrm_replay_state_esn *preplay_esn;
enum xfrm_replay_mode repl_mode;
u32 xflags;
u32 replay_maxage;
u32 replay_maxdiff;
struct timer_list rtimer;
struct xfrm_stats stats;
struct xfrm_lifetime_cur curlft;
struct hrtimer mtimer;
struct xfrm_state_offload xso;
long int saved_tmo;
time64_t lastused;
struct page_frag xfrag;
const struct xfrm_type *type;
struct xfrm_mode inner_mode;
struct xfrm_mode inner_mode_iaf;
struct xfrm_mode outer_mode;
const struct xfrm_type_offload *type_offload;
struct xfrm_sec_ctx *security;
void *data;
};
5.19
: ✅struct xfrm_state {
possible_net_t xs_net;
struct hlist_node gclist;
struct hlist_node bydst;
struct hlist_node bysrc;
struct hlist_node byspi;
struct hlist_node byseq;
refcount_t refcnt;
spinlock_t lock;
struct xfrm_id id;
struct xfrm_selector sel;
struct xfrm_mark mark;
u32 if_id;
u32 tfcpad;
u32 genid;
struct xfrm_state_walk km;
struct (anon) props;
struct xfrm_lifetime_cfg lft;
struct xfrm_algo_auth *aalg;
struct xfrm_algo *ealg;
struct xfrm_algo *calg;
struct xfrm_algo_aead *aead;
const char *geniv;
__be16 new_mapping_sport;
u32 new_mapping;
u32 mapping_maxage;
struct xfrm_encap_tmpl *encap;
struct sock *encap_sk;
xfrm_address_t *coaddr;
struct xfrm_state *tunnel;
atomic_t tunnel_users;
struct xfrm_replay_state replay;
struct xfrm_replay_state_esn *replay_esn;
struct xfrm_replay_state preplay;
struct xfrm_replay_state_esn *preplay_esn;
enum xfrm_replay_mode repl_mode;
u32 xflags;
u32 replay_maxage;
u32 replay_maxdiff;
struct timer_list rtimer;
struct xfrm_stats stats;
struct xfrm_lifetime_cur curlft;
struct hrtimer mtimer;
struct xfrm_dev_offload xso;
long int saved_tmo;
time64_t lastused;
struct page_frag xfrag;
const struct xfrm_type *type;
struct xfrm_mode inner_mode;
struct xfrm_mode inner_mode_iaf;
struct xfrm_mode outer_mode;
const struct xfrm_type_offload *type_offload;
struct xfrm_sec_ctx *security;
void *data;
};
6.2
: ✅struct xfrm_state {
possible_net_t xs_net;
struct hlist_node gclist;
struct hlist_node bydst;
struct hlist_node bysrc;
struct hlist_node byspi;
struct hlist_node byseq;
refcount_t refcnt;
spinlock_t lock;
struct xfrm_id id;
struct xfrm_selector sel;
struct xfrm_mark mark;
u32 if_id;
u32 tfcpad;
u32 genid;
struct xfrm_state_walk km;
struct (anon) props;
struct xfrm_lifetime_cfg lft;
struct xfrm_algo_auth *aalg;
struct xfrm_algo *ealg;
struct xfrm_algo *calg;
struct xfrm_algo_aead *aead;
const char *geniv;
__be16 new_mapping_sport;
u32 new_mapping;
u32 mapping_maxage;
struct xfrm_encap_tmpl *encap;
struct sock *encap_sk;
xfrm_address_t *coaddr;
struct xfrm_state *tunnel;
atomic_t tunnel_users;
struct xfrm_replay_state replay;
struct xfrm_replay_state_esn *replay_esn;
struct xfrm_replay_state preplay;
struct xfrm_replay_state_esn *preplay_esn;
enum xfrm_replay_mode repl_mode;
u32 xflags;
u32 replay_maxage;
u32 replay_maxdiff;
struct timer_list rtimer;
struct xfrm_stats stats;
struct xfrm_lifetime_cur curlft;
struct hrtimer mtimer;
struct xfrm_dev_offload xso;
long int saved_tmo;
time64_t lastused;
struct page_frag xfrag;
const struct xfrm_type *type;
struct xfrm_mode inner_mode;
struct xfrm_mode inner_mode_iaf;
struct xfrm_mode outer_mode;
const struct xfrm_type_offload *type_offload;
struct xfrm_sec_ctx *security;
void *data;
};
6.5
: ✅struct xfrm_state {
possible_net_t xs_net;
struct hlist_node gclist;
struct hlist_node bydst;
struct hlist_node bysrc;
struct hlist_node byspi;
struct hlist_node byseq;
refcount_t refcnt;
spinlock_t lock;
struct xfrm_id id;
struct xfrm_selector sel;
struct xfrm_mark mark;
u32 if_id;
u32 tfcpad;
u32 genid;
struct xfrm_state_walk km;
struct (anon) props;
struct xfrm_lifetime_cfg lft;
struct xfrm_algo_auth *aalg;
struct xfrm_algo *ealg;
struct xfrm_algo *calg;
struct xfrm_algo_aead *aead;
const char *geniv;
__be16 new_mapping_sport;
u32 new_mapping;
u32 mapping_maxage;
struct xfrm_encap_tmpl *encap;
struct sock *encap_sk;
xfrm_address_t *coaddr;
struct xfrm_state *tunnel;
atomic_t tunnel_users;
struct xfrm_replay_state replay;
struct xfrm_replay_state_esn *replay_esn;
struct xfrm_replay_state preplay;
struct xfrm_replay_state_esn *preplay_esn;
enum xfrm_replay_mode repl_mode;
u32 xflags;
u32 replay_maxage;
u32 replay_maxdiff;
struct timer_list rtimer;
struct xfrm_stats stats;
struct xfrm_lifetime_cur curlft;
struct hrtimer mtimer;
struct xfrm_dev_offload xso;
long int saved_tmo;
time64_t lastused;
struct page_frag xfrag;
const struct xfrm_type *type;
struct xfrm_mode inner_mode;
struct xfrm_mode inner_mode_iaf;
struct xfrm_mode outer_mode;
const struct xfrm_type_offload *type_offload;
struct xfrm_sec_ctx *security;
void *data;
};
6.8
: ✅struct xfrm_state {
possible_net_t xs_net;
struct hlist_node gclist;
struct hlist_node bydst;
struct hlist_node bysrc;
struct hlist_node byspi;
struct hlist_node byseq;
refcount_t refcnt;
spinlock_t lock;
struct xfrm_id id;
struct xfrm_selector sel;
struct xfrm_mark mark;
u32 if_id;
u32 tfcpad;
u32 genid;
struct xfrm_state_walk km;
struct (anon) props;
struct xfrm_lifetime_cfg lft;
struct xfrm_algo_auth *aalg;
struct xfrm_algo *ealg;
struct xfrm_algo *calg;
struct xfrm_algo_aead *aead;
const char *geniv;
__be16 new_mapping_sport;
u32 new_mapping;
u32 mapping_maxage;
struct xfrm_encap_tmpl *encap;
struct sock *encap_sk;
xfrm_address_t *coaddr;
struct xfrm_state *tunnel;
atomic_t tunnel_users;
struct xfrm_replay_state replay;
struct xfrm_replay_state_esn *replay_esn;
struct xfrm_replay_state preplay;
struct xfrm_replay_state_esn *preplay_esn;
enum xfrm_replay_mode repl_mode;
u32 xflags;
u32 replay_maxage;
u32 replay_maxdiff;
struct timer_list rtimer;
struct xfrm_stats stats;
struct xfrm_lifetime_cur curlft;
struct hrtimer mtimer;
struct xfrm_dev_offload xso;
long int saved_tmo;
time64_t lastused;
struct page_frag xfrag;
const struct xfrm_type *type;
struct xfrm_mode inner_mode;
struct xfrm_mode inner_mode_iaf;
struct xfrm_mode outer_mode;
const struct xfrm_type_offload *type_offload;
struct xfrm_sec_ctx *security;
void *data;
};
arm64
: ✅struct xfrm_state {
possible_net_t xs_net;
struct hlist_node gclist;
struct hlist_node bydst;
struct hlist_node bysrc;
struct hlist_node byspi;
refcount_t refcnt;
spinlock_t lock;
struct xfrm_id id;
struct xfrm_selector sel;
struct xfrm_mark mark;
u32 if_id;
u32 tfcpad;
u32 genid;
struct xfrm_state_walk km;
struct (anon) props;
struct xfrm_lifetime_cfg lft;
struct xfrm_algo_auth *aalg;
struct xfrm_algo *ealg;
struct xfrm_algo *calg;
struct xfrm_algo_aead *aead;
const char *geniv;
struct xfrm_encap_tmpl *encap;
xfrm_address_t *coaddr;
struct xfrm_state *tunnel;
atomic_t tunnel_users;
struct xfrm_replay_state replay;
struct xfrm_replay_state_esn *replay_esn;
struct xfrm_replay_state preplay;
struct xfrm_replay_state_esn *preplay_esn;
const struct xfrm_replay *repl;
u32 xflags;
u32 replay_maxage;
u32 replay_maxdiff;
struct timer_list rtimer;
struct xfrm_stats stats;
struct xfrm_lifetime_cur curlft;
struct hrtimer mtimer;
struct xfrm_state_offload xso;
long int saved_tmo;
time64_t lastused;
struct page_frag xfrag;
const struct xfrm_type *type;
struct xfrm_mode inner_mode;
struct xfrm_mode inner_mode_iaf;
struct xfrm_mode outer_mode;
const struct xfrm_type_offload *type_offload;
struct xfrm_sec_ctx *security;
void *data;
};
armhf
: ✅struct xfrm_state {
possible_net_t xs_net;
struct hlist_node gclist;
struct hlist_node bydst;
struct hlist_node bysrc;
struct hlist_node byspi;
refcount_t refcnt;
spinlock_t lock;
struct xfrm_id id;
struct xfrm_selector sel;
struct xfrm_mark mark;
u32 if_id;
u32 tfcpad;
u32 genid;
struct xfrm_state_walk km;
struct (anon) props;
struct xfrm_lifetime_cfg lft;
struct xfrm_algo_auth *aalg;
struct xfrm_algo *ealg;
struct xfrm_algo *calg;
struct xfrm_algo_aead *aead;
const char *geniv;
struct xfrm_encap_tmpl *encap;
xfrm_address_t *coaddr;
struct xfrm_state *tunnel;
atomic_t tunnel_users;
struct xfrm_replay_state replay;
struct xfrm_replay_state_esn *replay_esn;
struct xfrm_replay_state preplay;
struct xfrm_replay_state_esn *preplay_esn;
const struct xfrm_replay *repl;
u32 xflags;
u32 replay_maxage;
u32 replay_maxdiff;
struct timer_list rtimer;
struct xfrm_stats stats;
struct xfrm_lifetime_cur curlft;
struct hrtimer mtimer;
struct xfrm_state_offload xso;
long int saved_tmo;
time64_t lastused;
struct page_frag xfrag;
const struct xfrm_type *type;
struct xfrm_mode inner_mode;
struct xfrm_mode inner_mode_iaf;
struct xfrm_mode outer_mode;
const struct xfrm_type_offload *type_offload;
struct xfrm_sec_ctx *security;
void *data;
};
ppc64el
: ✅struct xfrm_state {
possible_net_t xs_net;
struct hlist_node gclist;
struct hlist_node bydst;
struct hlist_node bysrc;
struct hlist_node byspi;
refcount_t refcnt;
spinlock_t lock;
struct xfrm_id id;
struct xfrm_selector sel;
struct xfrm_mark mark;
u32 if_id;
u32 tfcpad;
u32 genid;
struct xfrm_state_walk km;
struct (anon) props;
struct xfrm_lifetime_cfg lft;
struct xfrm_algo_auth *aalg;
struct xfrm_algo *ealg;
struct xfrm_algo *calg;
struct xfrm_algo_aead *aead;
const char *geniv;
struct xfrm_encap_tmpl *encap;
xfrm_address_t *coaddr;
struct xfrm_state *tunnel;
atomic_t tunnel_users;
struct xfrm_replay_state replay;
struct xfrm_replay_state_esn *replay_esn;
struct xfrm_replay_state preplay;
struct xfrm_replay_state_esn *preplay_esn;
const struct xfrm_replay *repl;
u32 xflags;
u32 replay_maxage;
u32 replay_maxdiff;
struct timer_list rtimer;
struct xfrm_stats stats;
struct xfrm_lifetime_cur curlft;
struct hrtimer mtimer;
struct xfrm_state_offload xso;
long int saved_tmo;
time64_t lastused;
struct page_frag xfrag;
const struct xfrm_type *type;
struct xfrm_mode inner_mode;
struct xfrm_mode inner_mode_iaf;
struct xfrm_mode outer_mode;
const struct xfrm_type_offload *type_offload;
struct xfrm_sec_ctx *security;
void *data;
};
riscv64
: ✅struct xfrm_state {
possible_net_t xs_net;
struct hlist_node gclist;
struct hlist_node bydst;
struct hlist_node bysrc;
struct hlist_node byspi;
refcount_t refcnt;
spinlock_t lock;
struct xfrm_id id;
struct xfrm_selector sel;
struct xfrm_mark mark;
u32 if_id;
u32 tfcpad;
u32 genid;
struct xfrm_state_walk km;
struct (anon) props;
struct xfrm_lifetime_cfg lft;
struct xfrm_algo_auth *aalg;
struct xfrm_algo *ealg;
struct xfrm_algo *calg;
struct xfrm_algo_aead *aead;
const char *geniv;
struct xfrm_encap_tmpl *encap;
xfrm_address_t *coaddr;
struct xfrm_state *tunnel;
atomic_t tunnel_users;
struct xfrm_replay_state replay;
struct xfrm_replay_state_esn *replay_esn;
struct xfrm_replay_state preplay;
struct xfrm_replay_state_esn *preplay_esn;
const struct xfrm_replay *repl;
u32 xflags;
u32 replay_maxage;
u32 replay_maxdiff;
struct timer_list rtimer;
struct xfrm_stats stats;
struct xfrm_lifetime_cur curlft;
struct hrtimer mtimer;
struct xfrm_state_offload xso;
long int saved_tmo;
time64_t lastused;
struct page_frag xfrag;
const struct xfrm_type *type;
struct xfrm_mode inner_mode;
struct xfrm_mode inner_mode_iaf;
struct xfrm_mode outer_mode;
const struct xfrm_type_offload *type_offload;
struct xfrm_sec_ctx *security;
void *data;
};
aws
: ✅struct xfrm_state {
possible_net_t xs_net;
struct hlist_node gclist;
struct hlist_node bydst;
struct hlist_node bysrc;
struct hlist_node byspi;
refcount_t refcnt;
spinlock_t lock;
struct xfrm_id id;
struct xfrm_selector sel;
struct xfrm_mark mark;
u32 if_id;
u32 tfcpad;
u32 genid;
struct xfrm_state_walk km;
struct (anon) props;
struct xfrm_lifetime_cfg lft;
struct xfrm_algo_auth *aalg;
struct xfrm_algo *ealg;
struct xfrm_algo *calg;
struct xfrm_algo_aead *aead;
const char *geniv;
struct xfrm_encap_tmpl *encap;
xfrm_address_t *coaddr;
struct xfrm_state *tunnel;
atomic_t tunnel_users;
struct xfrm_replay_state replay;
struct xfrm_replay_state_esn *replay_esn;
struct xfrm_replay_state preplay;
struct xfrm_replay_state_esn *preplay_esn;
const struct xfrm_replay *repl;
u32 xflags;
u32 replay_maxage;
u32 replay_maxdiff;
struct timer_list rtimer;
struct xfrm_stats stats;
struct xfrm_lifetime_cur curlft;
struct hrtimer mtimer;
struct xfrm_state_offload xso;
long int saved_tmo;
time64_t lastused;
struct page_frag xfrag;
const struct xfrm_type *type;
struct xfrm_mode inner_mode;
struct xfrm_mode inner_mode_iaf;
struct xfrm_mode outer_mode;
const struct xfrm_type_offload *type_offload;
struct xfrm_sec_ctx *security;
void *data;
};
azure
: ✅struct xfrm_state {
possible_net_t xs_net;
struct hlist_node gclist;
struct hlist_node bydst;
struct hlist_node bysrc;
struct hlist_node byspi;
refcount_t refcnt;
spinlock_t lock;
struct xfrm_id id;
struct xfrm_selector sel;
struct xfrm_mark mark;
u32 if_id;
u32 tfcpad;
u32 genid;
struct xfrm_state_walk km;
struct (anon) props;
struct xfrm_lifetime_cfg lft;
struct xfrm_algo_auth *aalg;
struct xfrm_algo *ealg;
struct xfrm_algo *calg;
struct xfrm_algo_aead *aead;
const char *geniv;
struct xfrm_encap_tmpl *encap;
xfrm_address_t *coaddr;
struct xfrm_state *tunnel;
atomic_t tunnel_users;
struct xfrm_replay_state replay;
struct xfrm_replay_state_esn *replay_esn;
struct xfrm_replay_state preplay;
struct xfrm_replay_state_esn *preplay_esn;
const struct xfrm_replay *repl;
u32 xflags;
u32 replay_maxage;
u32 replay_maxdiff;
struct timer_list rtimer;
struct xfrm_stats stats;
struct xfrm_lifetime_cur curlft;
struct hrtimer mtimer;
struct xfrm_state_offload xso;
long int saved_tmo;
time64_t lastused;
struct page_frag xfrag;
const struct xfrm_type *type;
struct xfrm_mode inner_mode;
struct xfrm_mode inner_mode_iaf;
struct xfrm_mode outer_mode;
const struct xfrm_type_offload *type_offload;
struct xfrm_sec_ctx *security;
void *data;
};
gcp
: ✅struct xfrm_state {
possible_net_t xs_net;
struct hlist_node gclist;
struct hlist_node bydst;
struct hlist_node bysrc;
struct hlist_node byspi;
refcount_t refcnt;
spinlock_t lock;
struct xfrm_id id;
struct xfrm_selector sel;
struct xfrm_mark mark;
u32 if_id;
u32 tfcpad;
u32 genid;
struct xfrm_state_walk km;
struct (anon) props;
struct xfrm_lifetime_cfg lft;
struct xfrm_algo_auth *aalg;
struct xfrm_algo *ealg;
struct xfrm_algo *calg;
struct xfrm_algo_aead *aead;
const char *geniv;
struct xfrm_encap_tmpl *encap;
xfrm_address_t *coaddr;
struct xfrm_state *tunnel;
atomic_t tunnel_users;
struct xfrm_replay_state replay;
struct xfrm_replay_state_esn *replay_esn;
struct xfrm_replay_state preplay;
struct xfrm_replay_state_esn *preplay_esn;
const struct xfrm_replay *repl;
u32 xflags;
u32 replay_maxage;
u32 replay_maxdiff;
struct timer_list rtimer;
struct xfrm_stats stats;
struct xfrm_lifetime_cur curlft;
struct hrtimer mtimer;
struct xfrm_state_offload xso;
long int saved_tmo;
time64_t lastused;
struct page_frag xfrag;
const struct xfrm_type *type;
struct xfrm_mode inner_mode;
struct xfrm_mode inner_mode_iaf;
struct xfrm_mode outer_mode;
const struct xfrm_type_offload *type_offload;
struct xfrm_sec_ctx *security;
void *data;
};
lowlatency
: ✅struct xfrm_state {
possible_net_t xs_net;
struct hlist_node gclist;
struct hlist_node bydst;
struct hlist_node bysrc;
struct hlist_node byspi;
refcount_t refcnt;
spinlock_t lock;
struct xfrm_id id;
struct xfrm_selector sel;
struct xfrm_mark mark;
u32 if_id;
u32 tfcpad;
u32 genid;
struct xfrm_state_walk km;
struct (anon) props;
struct xfrm_lifetime_cfg lft;
struct xfrm_algo_auth *aalg;
struct xfrm_algo *ealg;
struct xfrm_algo *calg;
struct xfrm_algo_aead *aead;
const char *geniv;
struct xfrm_encap_tmpl *encap;
xfrm_address_t *coaddr;
struct xfrm_state *tunnel;
atomic_t tunnel_users;
struct xfrm_replay_state replay;
struct xfrm_replay_state_esn *replay_esn;
struct xfrm_replay_state preplay;
struct xfrm_replay_state_esn *preplay_esn;
const struct xfrm_replay *repl;
u32 xflags;
u32 replay_maxage;
u32 replay_maxdiff;
struct timer_list rtimer;
struct xfrm_stats stats;
struct xfrm_lifetime_cur curlft;
struct hrtimer mtimer;
struct xfrm_state_offload xso;
long int saved_tmo;
time64_t lastused;
struct page_frag xfrag;
const struct xfrm_type *type;
struct xfrm_mode inner_mode;
struct xfrm_mode inner_mode_iaf;
struct xfrm_mode outer_mode;
const struct xfrm_type_offload *type_offload;
struct xfrm_sec_ctx *security;
void *data;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
⚠️struct xfrm_replay *repl
➡️ const struct xfrm_replay *repl
4.10
and 4.13
⚠️struct xfrm_state_offload xso
struct page_frag xfrag
const struct xfrm_type_offload *type_offload
atomic_t refcnt
➡️ refcount_t refcnt
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
⚠️u32 if_id
long unsigned int lastused
➡️ time64_t lastused
5.0
and 5.3
⚠️struct tasklet_hrtimer mtimer
➡️ struct hrtimer mtimer
struct xfrm_mode *inner_mode
➡️ struct xfrm_mode inner_mode
struct xfrm_mode *inner_mode_iaf
➡️ struct xfrm_mode inner_mode_iaf
struct xfrm_mode *outer_mode
➡️ struct xfrm_mode outer_mode
5.3
and 5.4
✅
5.4
and 5.8
⚠️struct sock *encap_sk
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
⚠️struct hlist_node byseq
__be16 new_mapping_sport
u32 new_mapping
u32 mapping_maxage
enum xfrm_replay_mode repl_mode
const struct xfrm_replay *repl
5.15
and 5.19
⚠️struct xfrm_state_offload xso
➡️ struct xfrm_dev_offload xso
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
✅