Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dtcp_minisocks.c508 newtp->syn_smc = 0; in smc_check_reset_syn_req()
535 newtp = tcp_sk(newsk); in tcp_create_openreq_child()
544 newtp->rcv_wup = seq; in tcp_create_openreq_child()
547 newtp->segs_in = 1; in tcp_create_openreq_child()
550 newtp->snd_sml = newtp->snd_una = seq; in tcp_create_openreq_child()
552 newtp->snd_up = seq; in tcp_create_openreq_child()
567 WRITE_ONCE(newtp->write_seq, newtp->pushed_seq = treq->snt_isn + 1); in tcp_create_openreq_child()
582 newtp->rx_opt.snd_wscale = newtp->rx_opt.rcv_wscale = 0; in tcp_create_openreq_child()
583 newtp->window_clamp = min(newtp->window_clamp, 65535U); in tcp_create_openreq_child()
585 newtp->snd_wnd = ntohs(tcp_hdr(skb)->window) << newtp->rx_opt.snd_wscale; in tcp_create_openreq_child()
[all …]
H A Dtcp_ipv4.c1762 struct tcp_sock *newtp; local
1781 newtp = tcp_sk(newsk);
1812 newtp->advmss = tcp_mss_clamp(tcp_sk(sk), dst_metric_advmss(dst));
1837 tcp_move_syn(newtp, req);
/linux-6.15/net/ipv6/
H A Dtcp_ipv6.c1367 struct tcp_sock *newtp; local
1389 newtp = tcp_sk(newsk);
1400 newtp->af_specific = &tcp_sock_ipv6_mapped_specific;
1455 newtp = tcp_sk(newsk);
1512 newtp->advmss = tcp_mss_clamp(tcp_sk(sk), dst_metric_advmss(dst));
1548 tcp_move_syn(newtp, req);
/linux-6.15/drivers/s390/char/
H A Dcon3270.c1096 tty3270_create_view(int index, struct tty3270 **newtp) in tty3270_create_view() argument
1158 *newtp = tp; in tty3270_create_view()