Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
mptcp: remove unused mptcp_prune_ofo_queue
Browse files Browse the repository at this point in the history
The MPTCP-specific ofo-queue has been removed in mptcp_v0.93, replaced
by TCP RB-tree.

mptcp_prune_ofo_queue() was defined in mptcp_ofo_queue.c which has been
removed.

Fixes: 15d1040 ("mptcp: Build-Fix")
Fixes: 050453a ("Merge tag 'v4.9' into mptcp_trunk")
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
(cherry picked from commit bf3a297)
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
  • Loading branch information
matttbe committed Jun 30, 2021
1 parent f88439f commit bdb5b36
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/net/mptcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -1315,9 +1315,6 @@ static inline int mptcp_subflow_count(const struct mptcp_cb *mpcb)
u16 mptcp_select_window(struct sock *sk);
void mptcp_tcp_set_rto(struct sock *sk);

/* TCP and MPTCP flag-depending functions */
bool mptcp_prune_ofo_queue(struct sock *sk);

#else /* CONFIG_MPTCP */
#define mptcp_debug(fmt, args...) \
do { \
Expand Down

0 comments on commit bdb5b36

Please sign in to comment.