Lines Matching defs:child
136 struct sock *child;
142 child = inet_csk(sk)->icsk_af_ops->syn_recv_sock(sk, skb, req, NULL);
143 if (child == NULL)
150 /* Initialize the child socket. Have to fix some values to take
151 * into account the child is a Fast Open socket and is created
154 tp = tcp_sk(child);
158 * closed, the child that has been accepted can live on and still
173 inet_csk_reset_xmit_timer(child, ICSK_TIME_RETRANS,
176 /* Add the child socket directly into the accept queue */
177 inet_csk_reqsk_queue_add(sk, req, child);
179 /* Now finish processing the fastopen child socket. */
180 inet_csk(child)->icsk_af_ops->rebuild_header(child);
181 tcp_init_congestion_control(child);
182 tcp_mtup_init(child);
183 tcp_init_metrics(child);
184 tcp_init_buffer_space(child);
197 skb_set_owner_r(skb, child);
198 __skb_queue_tail(&child->sk_receive_queue, skb);
203 bh_unlock_sock(child);
204 sock_put(child);
272 /* Cookie is valid. Create a (full) child socket to accept