Lines Matching defs:xfrm_state
160 struct xfrm_state { struct
182 struct xfrm_state_walk km; argument
185 struct {
197 } props;
221 struct xfrm_state *tunnel; argument
224 atomic_t tunnel_users;
227 struct xfrm_replay_state replay;
228 struct xfrm_replay_state_esn *replay_esn;
231 struct xfrm_replay_state preplay;
232 struct xfrm_replay_state_esn *preplay_esn;
235 enum xfrm_replay_mode repl_mode;
239 u32 xflags;
242 u32 replay_maxage;
243 u32 replay_maxdiff;
246 struct timer_list rtimer;
249 struct xfrm_stats stats;
251 struct xfrm_lifetime_cur curlft;
252 struct hrtimer mtimer;
254 struct xfrm_dev_offload xso;
257 long saved_tmo;
281 static inline struct net *xs_net(struct xfrm_state *x) in xs_net() argument