Home
last modified time | relevance | path

Searched refs:newtp (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/ipv4/
Dtcp_minisocks.c446 struct tcp_sock *newtp = tcp_sk(newsk); in tcp_create_openreq_child() local
449 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 …]
Dtcp_ipv4.c1254 struct tcp_sock *newtp; in tcp_v4_syn_recv_sock() local
1271 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()
/linux-4.1.27/net/ipv6/
Dtcp_ipv6.c1003 struct tcp_sock *newtp; in tcp_v6_syn_recv_sock() local
1025 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()