Lines Matching refs:orig
393 struct dst_entry *(*blackhole_route)(struct net *net, struct dst_entry *orig);
509 int (*clone_state)(struct xfrm_state *x, struct xfrm_state *orig);
2015 struct xfrm_state *orig) in xfrm_replay_clone() argument
2018 x->replay_esn = kmemdup(orig->replay_esn, in xfrm_replay_clone()
2019 xfrm_replay_state_esn_len(orig->replay_esn), in xfrm_replay_clone()
2023 x->preplay_esn = kmemdup(orig->preplay_esn, in xfrm_replay_clone()
2024 xfrm_replay_state_esn_len(orig->preplay_esn), in xfrm_replay_clone()
2032 static inline struct xfrm_algo_aead *xfrm_algo_aead_clone(struct xfrm_algo_aead *orig) in xfrm_algo_aead_clone() argument
2034 return kmemdup(orig, aead_len(orig), GFP_KERNEL); in xfrm_algo_aead_clone()
2038 static inline struct xfrm_algo *xfrm_algo_clone(struct xfrm_algo *orig) in xfrm_algo_clone() argument
2040 return kmemdup(orig, xfrm_alg_len(orig), GFP_KERNEL); in xfrm_algo_clone()
2043 static inline struct xfrm_algo_auth *xfrm_algo_auth_clone(struct xfrm_algo_auth *orig) in xfrm_algo_auth_clone() argument
2045 return kmemdup(orig, xfrm_alg_auth_len(orig), GFP_KERNEL); in xfrm_algo_auth_clone()