Lines Matching defs:child
200 struct sock *child;
203 child = icsk->icsk_af_ops->syn_recv_sock(sk, skb, req, dst,
205 if (child) {
207 tcp_sk(child)->tsoffset = tsoff;
208 sock_rps_save_rxhash(child, skb);
212 return child;
215 if (inet_csk_reqsk_queue_add(sk, req, child))
216 return child;
218 bh_unlock_sock(child);
219 sock_put(child);
318 * Output is listener if incoming packet would not create a child