Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dinet_connection_sock.c1194 struct inet_connection_sock *newicsk; in inet_csk_clone_lock() local
1201 newicsk = inet_csk(newsk); in inet_csk_clone_lock()
1205 newicsk->icsk_bind_hash = NULL; in inet_csk_clone_lock()
1206 newicsk->icsk_bind2_hash = NULL; in inet_csk_clone_lock()
1232 newicsk->icsk_retransmits = 0; in inet_csk_clone_lock()
1233 newicsk->icsk_backoff = 0; in inet_csk_clone_lock()
1234 newicsk->icsk_probes_out = 0; in inet_csk_clone_lock()
1235 newicsk->icsk_probes_tstamp = 0; in inet_csk_clone_lock()
1238 memset(&newicsk->icsk_accept_queue, 0, in inet_csk_clone_lock()
1239 sizeof(newicsk->icsk_accept_queue)); in inet_csk_clone_lock()
H A Dtcp_minisocks.c554 struct inet_connection_sock *newicsk; in tcp_create_openreq_child() local
562 newicsk = inet_csk(newsk); in tcp_create_openreq_child()
588 newicsk->icsk_ack.lrcvtime = tcp_jiffies32; in tcp_create_openreq_child()
658 newicsk->icsk_ack.last_seg_size = skb->len - newtp->tcp_header_len; in tcp_create_openreq_child()
/linux/net/dccp/
H A Dminisocks.c