Searched refs:newtp (Results 1 – 4 of 4) sorted by relevance
467 struct tcp_sock *newtp) in smc_check_reset_syn_req() argument475 newtp->syn_smc = 0; in smc_check_reset_syn_req()495 struct tcp_sock *newtp; in tcp_create_openreq_child() local502 newtp = tcp_sk(newsk); in tcp_create_openreq_child()505 smc_check_reset_syn_req(oldtp, req, newtp); in tcp_create_openreq_child()508 newtp->pred_flags = 0; in tcp_create_openreq_child()511 newtp->rcv_wup = seq; in tcp_create_openreq_child()512 WRITE_ONCE(newtp->copied_seq, seq); in tcp_create_openreq_child()513 WRITE_ONCE(newtp->rcv_nxt, seq); in tcp_create_openreq_child()514 newtp->segs_in = 1; in tcp_create_openreq_child()[all …]
1565 struct tcp_sock *newtp; in tcp_v4_syn_recv_sock() local1584 newtp = tcp_sk(newsk); in tcp_v4_syn_recv_sock()1619 newtp->advmss = tcp_mss_clamp(tcp_sk(sk), dst_metric_advmss(dst)); in tcp_v4_syn_recv_sock()1640 tcp_move_syn(newtp, req); in tcp_v4_syn_recv_sock()
1206 struct tcp_sock *newtp; in tcp_v6_syn_recv_sock() local1228 newtp = tcp_sk(newsk); in tcp_v6_syn_recv_sock()1239 newtp->af_specific = &tcp_sock_ipv6_mapped_specific; in tcp_v6_syn_recv_sock()1295 newtp = tcp_sk(newsk); in tcp_v6_syn_recv_sock()1353 newtp->advmss = tcp_mss_clamp(tcp_sk(sk), dst_metric_advmss(dst)); in tcp_v6_syn_recv_sock()1385 tcp_move_syn(newtp, req); in tcp_v6_syn_recv_sock()
1095 tty3270_create_view(int index, struct tty3270 **newtp) in tty3270_create_view() argument1157 *newtp = tp; in tty3270_create_view()