Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Yue Haibing and committed by
Jakub Kicinski
60d75052 cd170ca9

-1
-1
net/mptcp/protocol.h
··· 720 720 bool __mptcp_close(struct sock *sk, long timeout); 721 721 void mptcp_cancel_work(struct sock *sk); 722 722 void __mptcp_unaccepted_force_close(struct sock *sk); 723 - void mptcp_set_owner_r(struct sk_buff *skb, struct sock *sk); 724 723 void mptcp_set_state(struct sock *sk, int state); 725 724 726 725 bool mptcp_addresses_equal(const struct mptcp_addr_info *a,