Lines Matching defs:child
198 struct sock *child;
201 child = icsk->icsk_af_ops->syn_recv_sock(sk, skb, req, dst,
203 if (child) {
205 tcp_sk(child)->tsoffset = tsoff;
206 sock_rps_save_rxhash(child, skb);
210 return child;
213 if (inet_csk_reqsk_queue_add(sk, req, child))
214 return child;
216 bh_unlock_sock(child);
217 sock_put(child);
316 * Output is listener if incoming packet would not create a child