Home
last modified time | relevance | path

Searched refs:newicsk (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/ipv4/
Dinet_connection_sock.c662 struct inet_connection_sock *newicsk = inet_csk(newsk); in inet_csk_clone_lock() local
665 newicsk->icsk_bind_hash = NULL; in inet_csk_clone_lock()
676 newicsk->icsk_retransmits = 0; in inet_csk_clone_lock()
677 newicsk->icsk_backoff = 0; in inet_csk_clone_lock()
678 newicsk->icsk_probes_out = 0; in inet_csk_clone_lock()
681 memset(&newicsk->icsk_accept_queue, 0, sizeof(newicsk->icsk_accept_queue)); in inet_csk_clone_lock()
Dtcp_minisocks.c453 struct inet_connection_sock *newicsk = inet_csk(newsk); in tcp_create_openreq_child() local
474 newicsk->icsk_rto = TCP_TIMEOUT_INIT; in tcp_create_openreq_child()
546 newicsk->icsk_ack.last_seg_size = skb->len - newtp->tcp_header_len; in tcp_create_openreq_child()
/linux-4.4.14/net/dccp/
Dminisocks.c89 struct inet_connection_sock *newicsk = inet_csk(newsk); in dccp_create_openreq_child() local
98 newicsk->icsk_rto = DCCP_TIMEOUT_INIT; in dccp_create_openreq_child()