|
@@ -1543,6 +1543,7 @@ struct sock *sk_clone_lock(const struct sock *sk, const gfp_t priority)
|
|
RCU_INIT_POINTER(newsk->sk_reuseport_cb, NULL);
|
|
RCU_INIT_POINTER(newsk->sk_reuseport_cb, NULL);
|
|
|
|
|
|
newsk->sk_err = 0;
|
|
newsk->sk_err = 0;
|
|
|
|
+ newsk->sk_err_soft = 0;
|
|
newsk->sk_priority = 0;
|
|
newsk->sk_priority = 0;
|
|
newsk->sk_incoming_cpu = raw_smp_processor_id();
|
|
newsk->sk_incoming_cpu = raw_smp_processor_id();
|
|
atomic64_set(&newsk->sk_cookie, 0);
|
|
atomic64_set(&newsk->sk_cookie, 0);
|