Lines Matching defs:newsk
486 struct sock *newsk = inet_csk_clone_lock(sk, req, GFP_ATOMIC);
494 if (!newsk)
497 newicsk = inet_csk(newsk);
498 newtp = tcp_sk(newsk);
526 newsk->sk_txhash = READ_ONCE(treq->txhash);
529 tcp_init_xmit_timers(newsk);
532 if (sock_flag(newsk, SOCK_KEEPOPEN))
533 inet_csk_reset_keepalive_timer(newsk,
577 tcp_bpf_clone(sk, newsk);
581 return newsk;