Home
last modified time | relevance | path

Searched refs:mptcp_pm_ops (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/net/mptcp/
H A Dpm.c1026 struct mptcp_pm_ops *mptcp_pm_find(const char *name) in mptcp_pm_find()
1028 struct mptcp_pm_ops *pm_ops; in mptcp_pm_find()
1038 int mptcp_pm_validate(struct mptcp_pm_ops *pm_ops) in mptcp_pm_validate()
1043 int mptcp_pm_register(struct mptcp_pm_ops *pm_ops) in mptcp_pm_register()
1063 void mptcp_pm_unregister(struct mptcp_pm_ops *pm_ops) in mptcp_pm_unregister()
1079 struct mptcp_pm_ops *pm_ops; in mptcp_pm_get_available()
H A Dprotocol.h1055 extern struct mptcp_pm_ops mptcp_pm_kernel;
1057 struct mptcp_pm_ops *mptcp_pm_find(const char *name);
1058 int mptcp_pm_register(struct mptcp_pm_ops *pm_ops);
1059 void mptcp_pm_unregister(struct mptcp_pm_ops *pm_ops);
1060 int mptcp_pm_validate(struct mptcp_pm_ops *pm_ops);
H A Dctrl.c186 struct mptcp_pm_ops *pm_ops; in mptcp_set_path_manager()
H A Dpm_userspace.c690 static struct mptcp_pm_ops mptcp_pm_userspace = {
H A Dpm_kernel.c1401 struct mptcp_pm_ops mptcp_pm_kernel = {
/linux-6.15/include/net/
H A Dmptcp.h129 struct mptcp_pm_ops { struct