Searched refs:newtp (Results 1 – 3 of 3) sorted by relevance
429 struct tcp_sock *newtp) in smc_check_reset_syn_req() argument437 newtp->syn_smc = 0; in smc_check_reset_syn_req()456 struct tcp_sock *oldtp, *newtp; in tcp_create_openreq_child() local462 newtp = tcp_sk(newsk); in tcp_create_openreq_child()465 smc_check_reset_syn_req(oldtp, req, newtp); in tcp_create_openreq_child()468 newtp->pred_flags = 0; in tcp_create_openreq_child()470 newtp->rcv_wup = newtp->copied_seq = in tcp_create_openreq_child()471 newtp->rcv_nxt = treq->rcv_isn + 1; in tcp_create_openreq_child()472 newtp->segs_in = 1; in tcp_create_openreq_child()474 newtp->snd_sml = newtp->snd_una = in tcp_create_openreq_child()[all …]
1406 struct tcp_sock *newtp; in tcp_v4_syn_recv_sock() local1423 newtp = tcp_sk(newsk); in tcp_v4_syn_recv_sock()1438 newinet->inet_id = newtp->write_seq ^ jiffies; in tcp_v4_syn_recv_sock()1452 newtp->advmss = tcp_mss_clamp(tcp_sk(sk), dst_metric_advmss(dst)); in tcp_v4_syn_recv_sock()1477 tcp_move_syn(newtp, req); in tcp_v4_syn_recv_sock()
1071 struct tcp_sock *newtp; in tcp_v6_syn_recv_sock() local1094 newtp = tcp_sk(newsk); in tcp_v6_syn_recv_sock()1103 newtp->af_specific = &tcp_sock_ipv6_mapped_specific; in tcp_v6_syn_recv_sock()1160 newtp = tcp_sk(newsk); in tcp_v6_syn_recv_sock()1212 newtp->advmss = tcp_mss_clamp(tcp_sk(sk), dst_metric_advmss(dst)); in tcp_v6_syn_recv_sock()1241 tcp_move_syn(newtp, req); in tcp_v6_syn_recv_sock()