Lines Matching defs:child
146 struct sock *child = NULL;
195 child = inet_csk(sk)->icsk_af_ops->syn_recv_sock(sk, skb, req, NULL,
197 if (child) {
198 child = inet_csk_complete_hashdance(sk, child, req, own_req);
210 return child;
220 int dccp_child_process(struct sock *parent, struct sock *child,
222 __releases(child)
225 const int state = child->sk_state;
227 if (!sock_owned_by_user(child)) {
228 ret = dccp_rcv_state_process(child, skb, dccp_hdr(skb),
232 if (state == DCCP_RESPOND && child->sk_state != state)
239 __sk_add_backlog(child, skb);
242 bh_unlock_sock(child);
243 sock_put(child);