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;
249 struct xfrm_state *tunnel; argument
252 atomic_t tunnel_users;
255 struct xfrm_replay_state replay;
256 struct xfrm_replay_state_esn *replay_esn;
259 struct xfrm_replay_state preplay;
260 struct xfrm_replay_state_esn *preplay_esn;
263 enum xfrm_replay_mode repl_mode;
267 u32 xflags;
270 u32 replay_maxage;
271 u32 replay_maxdiff;
274 struct timer_list rtimer;
277 struct xfrm_stats stats;
279 struct xfrm_lifetime_cur curlft;
280 struct hrtimer mtimer;
282 struct xfrm_dev_offload xso;
285 long saved_tmo;
288 time64_t lastused;
313 static inline struct net *xs_net(struct xfrm_state *x) in xs_net() argument