mirror of
https://github.com/torvalds/linux.git
synced 2025-04-09 14:45:27 +00:00
mptcp: Remove unused declaration mptcp_set_owner_r()
Commit 6639498ed85f ("mptcp: cleanup mem accounting") removed the implementation but leave declaration. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Reviewed-by: Matthieu Baerts (NGI0) <matttbe@kernel.org> Link: https://patch.msgid.link/20250228095148.4003065-1-yuehaibing@huawei.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
cd170ca993
commit
60d7505292
@ -720,7 +720,6 @@ struct sock *__mptcp_nmpc_sk(struct mptcp_sock *msk);
|
||||
bool __mptcp_close(struct sock *sk, long timeout);
|
||||
void mptcp_cancel_work(struct sock *sk);
|
||||
void __mptcp_unaccepted_force_close(struct sock *sk);
|
||||
void mptcp_set_owner_r(struct sk_buff *skb, struct sock *sk);
|
||||
void mptcp_set_state(struct sock *sk, int state);
|
||||
|
||||
bool mptcp_addresses_equal(const struct mptcp_addr_info *a,
|
||||
|
Loading…
x
Reference in New Issue
Block a user