Searched refs:newtp (Results 1 – 3 of 3) sorted by relevance
446 struct tcp_sock *newtp = tcp_sk(newsk); in tcp_create_openreq_child() local449 newtp->pred_flags = 0; in tcp_create_openreq_child()451 newtp->rcv_wup = newtp->copied_seq = in tcp_create_openreq_child()452 newtp->rcv_nxt = treq->rcv_isn + 1; in tcp_create_openreq_child()454 newtp->snd_sml = newtp->snd_una = in tcp_create_openreq_child()455 newtp->snd_nxt = newtp->snd_up = treq->snt_isn + 1; in tcp_create_openreq_child()457 tcp_prequeue_init(newtp); in tcp_create_openreq_child()458 INIT_LIST_HEAD(&newtp->tsq_node); in tcp_create_openreq_child()460 tcp_init_wl(newtp, treq->rcv_isn); in tcp_create_openreq_child()462 newtp->srtt_us = 0; in tcp_create_openreq_child()[all …]
1254 struct tcp_sock *newtp; in tcp_v4_syn_recv_sock() local1271 newtp = tcp_sk(newsk); in tcp_v4_syn_recv_sock()1287 newinet->inet_id = newtp->write_seq ^ jiffies; in tcp_v4_syn_recv_sock()1301 newtp->advmss = dst_metric_advmss(dst); in tcp_v4_syn_recv_sock()1303 tcp_sk(sk)->rx_opt.user_mss < newtp->advmss) in tcp_v4_syn_recv_sock()1304 newtp->advmss = tcp_sk(sk)->rx_opt.user_mss; in tcp_v4_syn_recv_sock()
1003 struct tcp_sock *newtp; in tcp_v6_syn_recv_sock() local1025 newtp = tcp_sk(newsk); in tcp_v6_syn_recv_sock()1034 newtp->af_specific = &tcp_sock_ipv6_mapped_specific; in tcp_v6_syn_recv_sock()1090 newtp = tcp_sk(newsk); in tcp_v6_syn_recv_sock()1150 newtp->advmss = dst_metric_advmss(dst); in tcp_v6_syn_recv_sock()1152 tcp_sk(sk)->rx_opt.user_mss < newtp->advmss) in tcp_v6_syn_recv_sock()1153 newtp->advmss = tcp_sk(sk)->rx_opt.user_mss; in tcp_v6_syn_recv_sock()