Skip to content

Commit

Permalink
tgupdate: merge t/upstream base into t/upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
matttbe committed Mar 9, 2021
2 parents fd254f3 + 37e107d commit 433f124
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions net/mptcp/protocol.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,6 @@ static bool mptcp_is_tcpsk(struct sock *sk)
return false;
}

static struct sock *__mptcp_tcp_fallback(struct mptcp_sock *msk)
{
sock_owned_by_me((const struct sock *)msk);

if (likely(!__mptcp_check_fallback(msk)))
return NULL;

return msk->first;
}

static int __mptcp_socket_create(struct mptcp_sock *msk)
{
struct mptcp_subflow_context *subflow;
Expand Down

0 comments on commit 433f124

Please sign in to comment.