Home
last modified time | relevance | path

Searched refs:newicsk (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/net/ipv4/
H A Dinet_connection_sock.c1150 struct inet_connection_sock *newicsk = inet_csk(newsk); in inet_csk_clone_lock() local
1153 newicsk->icsk_bind_hash = NULL; in inet_csk_clone_lock()
1154 newicsk->icsk_bind2_hash = NULL; in inet_csk_clone_lock()
1169 newicsk->icsk_retransmits = 0; in inet_csk_clone_lock()
1170 newicsk->icsk_backoff = 0; in inet_csk_clone_lock()
1171 newicsk->icsk_probes_out = 0; in inet_csk_clone_lock()
1172 newicsk->icsk_probes_tstamp = 0; in inet_csk_clone_lock()
1175 memset(&newicsk->icsk_accept_queue, 0, sizeof(newicsk->icsk_accept_queue)); in inet_csk_clone_lock()
H A Dtcp_minisocks.c489 struct inet_connection_sock *newicsk; in tcp_create_openreq_child() local
497 newicsk = inet_csk(newsk); in tcp_create_openreq_child()
523 newicsk->icsk_ack.lrcvtime = tcp_jiffies32; in tcp_create_openreq_child()
570 newicsk->icsk_ack.last_seg_size = skb->len - newtp->tcp_header_len; in tcp_create_openreq_child()
/kernel/linux/linux-5.10/net/dccp/
H A Dminisocks.c91 struct inet_connection_sock *newicsk = inet_csk(newsk); in dccp_create_openreq_child() local
102 newicsk->icsk_rto = DCCP_TIMEOUT_INIT; in dccp_create_openreq_child()
/kernel/linux/linux-6.6/net/dccp/
H A Dminisocks.c92 struct inet_connection_sock *newicsk = inet_csk(newsk); in dccp_create_openreq_child() local
103 newicsk->icsk_rto = DCCP_TIMEOUT_INIT; in dccp_create_openreq_child()
/kernel/linux/linux-5.10/net/ipv4/
H A Dinet_connection_sock.c859 struct inet_connection_sock *newicsk = inet_csk(newsk); in inet_csk_clone_lock() local
863 newicsk->icsk_bind_hash = NULL; in inet_csk_clone_lock()
878 newicsk->icsk_retransmits = 0; in inet_csk_clone_lock()
879 newicsk->icsk_backoff = 0; in inet_csk_clone_lock()
880 newicsk->icsk_probes_out = 0; in inet_csk_clone_lock()
881 newicsk->icsk_probes_tstamp = 0; in inet_csk_clone_lock()
884 memset(&newicsk->icsk_accept_queue, 0, sizeof(newicsk->icsk_accept_queue)); in inet_csk_clone_lock()
H A Dtcp_minisocks.c463 struct inet_connection_sock *newicsk; in tcp_create_openreq_child() local
470 newicsk = inet_csk(newsk); in tcp_create_openreq_child()
496 newicsk->icsk_ack.lrcvtime = tcp_jiffies32; in tcp_create_openreq_child()
545 newicsk->icsk_ack.last_seg_size = skb->len - newtp->tcp_header_len; in tcp_create_openreq_child()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip_input.c1000 struct inet_connection_sock *newicsk = inet_csk(newsk); in tcp_nip_create_openreq_child() local
1028 newicsk->icsk_rto = get_nip_rto() == 0 ? TCP_TIMEOUT_INIT : (HZ / get_nip_rto()); in tcp_nip_create_openreq_child()
1029 newicsk->icsk_ack.lrcvtime = tcp_jiffies32; in tcp_nip_create_openreq_child()
1087 newicsk->icsk_ack.last_seg_size = skb->len - newtp->tcp_header_len; in tcp_nip_create_openreq_child()

Completed in 10 milliseconds