Lines Matching defs:xfrm_state
173 struct xfrm_state { struct
195 struct xfrm_state_walk km; argument
198 struct {
210 } props;
234 struct xfrm_state *tunnel; argument
237 atomic_t tunnel_users;
240 struct xfrm_replay_state replay;
241 struct xfrm_replay_state_esn *replay_esn;
244 struct xfrm_replay_state preplay;
245 struct xfrm_replay_state_esn *preplay_esn;
248 enum xfrm_replay_mode repl_mode;
252 u32 xflags;
255 u32 replay_maxage;
256 u32 replay_maxdiff;
259 struct timer_list rtimer;
262 struct xfrm_stats stats;
264 struct xfrm_lifetime_cur curlft;
265 struct hrtimer mtimer;
267 struct xfrm_dev_offload xso;
270 long saved_tmo;
294 static inline struct net *xs_net(struct xfrm_state *x) in xs_net() argument