Home
last modified time | relevance | path

Searched refs:xfrm_sk_clone_policy (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/net/
Dxfrm.h1170 static inline int xfrm_sk_clone_policy(struct sock *sk, const struct sock *osk) in xfrm_sk_clone_policy() function
1200 static inline int xfrm_sk_clone_policy(struct sock *sk, const struct sock *osk) { return 0; } in xfrm_sk_clone_policy() function
/Linux-v5.4/net/core/
Dsock.c1849 if (unlikely(!is_charged || xfrm_sk_clone_policy(newsk, sk))) { in sk_clone_lock()