From: Geliang Tang <tanggeliang@kylinos.cn>
Update the comment for get_local_id and get_priority.
Signed-off-by: Geliang Tang <tanggeliang@kylinos.cn>
---
include/net/mptcp.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/net/mptcp.h b/include/net/mptcp.h
index 9f28ef550e10..4cf59e83c1c5 100644
--- a/include/net/mptcp.h
+++ b/include/net/mptcp.h
@@ -118,7 +118,7 @@ struct mptcp_sched_ops {
#define MPTCP_PM_BUF_MAX (MPTCP_PM_NAME_MAX * MPTCP_PM_MAX)
struct mptcp_pm_ops {
- /* required */
+ /* required, call from the subflow context */
int (*get_local_id)(struct mptcp_sock *msk,
struct mptcp_pm_addr_entry *skc);
bool (*get_priority)(struct mptcp_sock *msk,
--
2.43.0