Searched refs:newtp (Results 1 – 4 of 4) sorted by relevance
530 struct tcp_sock *newtp) in smc_check_reset_syn_req() argument538 newtp->syn_smc = 0; in smc_check_reset_syn_req()558 struct tcp_sock *newtp; in tcp_create_openreq_child() local565 newtp = tcp_sk(newsk); in tcp_create_openreq_child()568 smc_check_reset_syn_req(oldtp, req, newtp); in tcp_create_openreq_child()571 newtp->pred_flags = 0; in tcp_create_openreq_child()574 newtp->rcv_wup = seq; in tcp_create_openreq_child()575 WRITE_ONCE(newtp->copied_seq, seq); in tcp_create_openreq_child()576 WRITE_ONCE(newtp->rcv_nxt, seq); in tcp_create_openreq_child()577 newtp->segs_in = 1; in tcp_create_openreq_child()[all …]
1713 struct tcp_sock *newtp; local1732 newtp = tcp_sk(newsk);1767 newtp->advmss = tcp_mss_clamp(tcp_sk(sk), dst_metric_advmss(dst));1792 tcp_move_syn(newtp, req);
1362 struct tcp_sock *newtp; local1402 newtp = tcp_sk(newsk);1456 newtp->advmss = tcp_mss_clamp(tcp_sk(sk), dst_metric_advmss(dst));1486 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()