Searched refs:newtp (Results 1 – 4 of 4) sorted by relevance
528 struct tcp_sock *newtp) in smc_check_reset_syn_req() argument536 newtp->syn_smc = 0; in smc_check_reset_syn_req()556 struct tcp_sock *newtp; in tcp_create_openreq_child() local563 newtp = tcp_sk(newsk); in tcp_create_openreq_child()566 smc_check_reset_syn_req(oldtp, req, newtp); in tcp_create_openreq_child()569 newtp->pred_flags = 0; in tcp_create_openreq_child()572 newtp->rcv_wup = seq; in tcp_create_openreq_child()573 WRITE_ONCE(newtp->copied_seq, seq); in tcp_create_openreq_child()574 WRITE_ONCE(newtp->rcv_nxt, seq); in tcp_create_openreq_child()575 newtp->segs_in = 1; in tcp_create_openreq_child()[all …]
1682 struct tcp_sock *newtp; local1701 newtp = tcp_sk(newsk);1736 newtp->advmss = tcp_mss_clamp(tcp_sk(sk), dst_metric_advmss(dst));1761 tcp_move_syn(newtp, req);
1379 struct tcp_sock *newtp; local1419 newtp = tcp_sk(newsk);1473 newtp->advmss = tcp_mss_clamp(tcp_sk(sk), dst_metric_advmss(dst));1503 tcp_move_syn(newtp, req);
1097 tty3270_create_view(int index, struct tty3270 **newtp) in tty3270_create_view() argument1162 *newtp = tp; in tty3270_create_view()