sk_clone
struct sock *sk_clone(const struct sock *sk, const gfp_t priority, bool lock);
return sk_clone(sk, priority, true);
EXPORT_SYMBOL_GPL(sk_clone);
struct sock *newsk = sk_clone(sk, GFP_KERNEL, false);