Lines Matching defs:xfrm_state
177 struct xfrm_state { struct
178 possible_net_t xs_net;
179 union {
205 struct xfrm_state_walk km; argument
208 struct {
221 } props;
223 struct xfrm_lifetime_cfg lft;
248 struct xfrm_state *tunnel; argument
251 atomic_t tunnel_users;
254 struct xfrm_replay_state replay;
255 struct xfrm_replay_state_esn *replay_esn;
258 struct xfrm_replay_state preplay;
259 struct xfrm_replay_state_esn *preplay_esn;
262 enum xfrm_replay_mode repl_mode;
266 u32 xflags;
269 u32 replay_maxage;
270 u32 replay_maxdiff;
273 struct timer_list rtimer;
276 struct xfrm_stats stats;
278 struct xfrm_lifetime_cur curlft;
279 struct hrtimer mtimer;
281 struct xfrm_dev_offload xso;
284 long saved_tmo;
287 time64_t lastused;
312 static inline struct net *xs_net(struct xfrm_state *x) in xs_net() argument