Lines Matching defs:child
537 struct sock *child;
541 /* After child creation we must look for 'mp_capable' even when options
582 child = listener->icsk_af_ops->syn_recv_sock(sk, skb, req, dst,
585 if (child && *own_req) {
586 struct mptcp_subflow_context *ctx = mptcp_subflow_ctx(child);
598 subflow_drop_ctx(child);
632 if (!mptcp_finish_join(child))
648 WARN_ON_ONCE(child && *own_req && tcp_sk(child)->is_mptcp &&
649 (!mptcp_subflow_ctx(child) ||
650 !mptcp_subflow_ctx(child)->conn));
651 return child;
654 subflow_drop_ctx(child);
656 inet_csk_prepare_for_destroy_sock(child);
657 tcp_done(child);
660 /* The last child reference will be released by the caller */
661 return child;