diff options
Diffstat (limited to 'include/net/mptcp.h')
-rw-r--r-- | include/net/mptcp.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/mptcp.h b/include/net/mptcp.h index 5288fba56e55..e60275659de6 100644 --- a/include/net/mptcp.h +++ b/include/net/mptcp.h @@ -69,12 +69,8 @@ static inline bool rsk_is_mptcp(const struct request_sock *req) } void mptcp_space(const struct sock *ssk, int *space, int *full_space); - -void mptcp_parse_option(const struct sk_buff *skb, const unsigned char *ptr, - int opsize, struct tcp_options_received *opt_rx); bool mptcp_syn_options(struct sock *sk, const struct sk_buff *skb, unsigned int *size, struct mptcp_out_options *opts); -void mptcp_rcv_synsent(struct sock *sk); bool mptcp_synack_options(const struct request_sock *req, unsigned int *size, struct mptcp_out_options *opts); bool mptcp_established_options(struct sock *sk, struct sk_buff *skb, |