Searched refs:newtp (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_minisocks.c | 437 struct tcp_sock *newtp) in smc_check_reset_syn_req() 445 newtp->syn_smc = 0; in smc_check_reset_syn_req() 464 struct tcp_sock *oldtp, *newtp; in tcp_create_openreq_child() local 471 newtp = tcp_sk(newsk); in tcp_create_openreq_child() 474 smc_check_reset_syn_req(oldtp, req, newtp); in tcp_create_openreq_child() 477 newtp->pred_flags = 0; in tcp_create_openreq_child() 480 newtp->rcv_wup = seq; in tcp_create_openreq_child() 481 WRITE_ONCE(newtp->copied_seq, seq); in tcp_create_openreq_child() 482 WRITE_ONCE(newtp->rcv_nxt, seq); in tcp_create_openreq_child() 483 newtp in tcp_create_openreq_child() 435 smc_check_reset_syn_req(struct tcp_sock *oldtp, struct request_sock *req, struct tcp_sock *newtp) smc_check_reset_syn_req() argument [all...] |
H A D | tcp_ipv4.c | 1539 struct tcp_sock *newtp; in tcp_v4_syn_recv_sock() local 1558 newtp = tcp_sk(newsk); in tcp_v4_syn_recv_sock() 1593 newtp->advmss = tcp_mss_clamp(tcp_sk(sk), dst_metric_advmss(dst)); in tcp_v4_syn_recv_sock() 1620 tcp_move_syn(newtp, req); in tcp_v4_syn_recv_sock()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_minisocks.c | 463 struct tcp_sock *newtp) in smc_check_reset_syn_req() 471 newtp->syn_smc = 0; in smc_check_reset_syn_req() 491 struct tcp_sock *newtp; in tcp_create_openreq_child() local 498 newtp = tcp_sk(newsk); in tcp_create_openreq_child() 501 smc_check_reset_syn_req(oldtp, req, newtp); in tcp_create_openreq_child() 504 newtp->pred_flags = 0; in tcp_create_openreq_child() 507 newtp->rcv_wup = seq; in tcp_create_openreq_child() 508 WRITE_ONCE(newtp->copied_seq, seq); in tcp_create_openreq_child() 509 WRITE_ONCE(newtp->rcv_nxt, seq); in tcp_create_openreq_child() 510 newtp in tcp_create_openreq_child() 461 smc_check_reset_syn_req(const struct tcp_sock *oldtp, struct request_sock *req, struct tcp_sock *newtp) smc_check_reset_syn_req() argument [all...] |
H A D | tcp_ipv4.c | 1565 struct tcp_sock *newtp; in tcp_v4_syn_recv_sock() local 1584 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()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | tcp_nip_input.c | 1001 struct tcp_sock *newtp = tcp_sk(newsk); in tcp_nip_create_openreq_child() local 1004 newtp->pred_flags = 0; in tcp_nip_create_openreq_child() 1009 newtp->rcv_wup = treq->rcv_isn + 1; in tcp_nip_create_openreq_child() 1010 newtp->copied_seq = treq->rcv_isn + 1; in tcp_nip_create_openreq_child() 1011 newtp->rcv_nxt = treq->rcv_isn + 1; in tcp_nip_create_openreq_child() 1012 newtp->segs_in = 1; in tcp_nip_create_openreq_child() 1014 newtp->snd_sml = treq->snt_isn + 1; in tcp_nip_create_openreq_child() 1015 newtp->snd_una = treq->snt_isn + 1; in tcp_nip_create_openreq_child() 1016 newtp->snd_nxt = treq->snt_isn + 1; in tcp_nip_create_openreq_child() 1017 newtp in tcp_nip_create_openreq_child() [all...] |
H A D | tcp_nip.c | 916 struct tcp_sock *newtp; in tcp_nip_syn_recv_sock() local 940 newtp = tcp_sk(newsk); in tcp_nip_syn_recv_sock() 950 newtp->retrans_stamp = jiffies; in tcp_nip_syn_recv_sock() 953 newtp->mss_cache = TCP_BASE_MSS; in tcp_nip_syn_recv_sock() 954 newtp->out_of_order_queue = RB_ROOT; in tcp_nip_syn_recv_sock() 955 newtp->advmss = dst_metric_advmss(dst); in tcp_nip_syn_recv_sock() 957 tcp_sk(sk)->rx_opt.user_mss < newtp->advmss) in tcp_nip_syn_recv_sock() 958 newtp->advmss = tcp_sk(sk)->rx_opt.user_mss; in tcp_nip_syn_recv_sock()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | tcp_ipv6.c | 1231 struct tcp_sock *newtp; in tcp_v6_syn_recv_sock() local 1254 newtp = tcp_sk(newsk); in tcp_v6_syn_recv_sock() 1265 newtp->af_specific = &tcp_sock_ipv6_mapped_specific; in tcp_v6_syn_recv_sock() 1321 newtp = tcp_sk(newsk); in tcp_v6_syn_recv_sock() 1379 newtp->advmss = tcp_mss_clamp(tcp_sk(sk), dst_metric_advmss(dst)); in tcp_v6_syn_recv_sock() 1411 tcp_move_syn(newtp, req); in tcp_v6_syn_recv_sock()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | tcp_ipv6.c | 1206 struct tcp_sock *newtp; in tcp_v6_syn_recv_sock() local 1228 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()
|
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | con3270.c | 1095 tty3270_create_view(int index, struct tty3270 **newtp) in tty3270_create_view() argument 1157 *newtp = tp; in tty3270_create_view()
|
Completed in 24 milliseconds