Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv4/
Dtcp_minisocks.c434 struct tcp_sock *newtp = tcp_sk(newsk); in tcp_create_openreq_child() local
448 kzalloc(sizeof(*newtp->cookie_values), in tcp_create_openreq_child()
455 newtp->cookie_values = newcvp; in tcp_create_openreq_child()
458 newtp->cookie_values = NULL; in tcp_create_openreq_child()
463 newtp->pred_flags = 0; in tcp_create_openreq_child()
465 newtp->rcv_wup = newtp->copied_seq = in tcp_create_openreq_child()
466 newtp->rcv_nxt = treq->rcv_isn + 1; in tcp_create_openreq_child()
468 newtp->snd_sml = newtp->snd_una = in tcp_create_openreq_child()
469 newtp->snd_nxt = newtp->snd_up = in tcp_create_openreq_child()
472 tcp_prequeue_init(newtp); in tcp_create_openreq_child()
[all …]
Dtcp_ipv4.c1441 struct tcp_sock *newtp; in tcp_v4_syn_recv_sock() local
1457 newtp = tcp_sk(newsk); in tcp_v4_syn_recv_sock()
1472 newinet->inet_id = newtp->write_seq ^ jiffies; in tcp_v4_syn_recv_sock()
1485 newtp->advmss = dst_metric_advmss(dst); in tcp_v4_syn_recv_sock()
1487 tcp_sk(sk)->rx_opt.user_mss < newtp->advmss) in tcp_v4_syn_recv_sock()
1488 newtp->advmss = tcp_sk(sk)->rx_opt.user_mss; in tcp_v4_syn_recv_sock()
1494 newtp->total_retrans = req->retrans; in tcp_v4_syn_recv_sock()
/linux-3.4.99/net/ipv6/
Dtcp_ipv6.c1242 struct tcp_sock *newtp; in tcp_v6_syn_recv_sock() local
1264 newtp = tcp_sk(newsk); in tcp_v6_syn_recv_sock()
1277 newtp->af_specific = &tcp_sock_ipv6_mapped_specific; in tcp_v6_syn_recv_sock()
1331 newtp = tcp_sk(newsk); in tcp_v6_syn_recv_sock()
1386 newtp->advmss = dst_metric_advmss(dst); in tcp_v6_syn_recv_sock()
1388 tcp_sk(sk)->rx_opt.user_mss < newtp->advmss) in tcp_v6_syn_recv_sock()
1389 newtp->advmss = tcp_sk(sk)->rx_opt.user_mss; in tcp_v6_syn_recv_sock()
1395 newtp->total_retrans = req->retrans; in tcp_v6_syn_recv_sock()