newicsk            91 net/dccp/minisocks.c 		struct inet_connection_sock *newicsk = inet_csk(newsk);
newicsk           100 net/dccp/minisocks.c 		newicsk->icsk_rto	    = DCCP_TIMEOUT_INIT;
newicsk           813 net/ipv4/inet_connection_sock.c 		struct inet_connection_sock *newicsk = inet_csk(newsk);
newicsk           816 net/ipv4/inet_connection_sock.c 		newicsk->icsk_bind_hash = NULL;
newicsk           831 net/ipv4/inet_connection_sock.c 		newicsk->icsk_retransmits = 0;
newicsk           832 net/ipv4/inet_connection_sock.c 		newicsk->icsk_backoff	  = 0;
newicsk           833 net/ipv4/inet_connection_sock.c 		newicsk->icsk_probes_out  = 0;
newicsk           836 net/ipv4/inet_connection_sock.c 		memset(&newicsk->icsk_accept_queue, 0, sizeof(newicsk->icsk_accept_queue));
newicsk           463 net/ipv4/tcp_minisocks.c 	struct inet_connection_sock *newicsk;
newicsk           470 net/ipv4/tcp_minisocks.c 	newicsk = inet_csk(newsk);
newicsk           496 net/ipv4/tcp_minisocks.c 	newicsk->icsk_ack.lrcvtime = tcp_jiffies32;
newicsk           545 net/ipv4/tcp_minisocks.c 		newicsk->icsk_ack.last_seg_size = skb->len - newtp->tcp_header_len;