Home
last modified time | relevance | path

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

/linux/net/mptcp/
H A Dpm.c1105 struct mptcp_pm_ops *mptcp_pm_find(const char *name) in mptcp_pm_find()
1107 struct mptcp_pm_ops *pm_ops; in mptcp_pm_find()
1117 int mptcp_pm_validate(struct mptcp_pm_ops *pm_ops) in mptcp_pm_validate()
1122 int mptcp_pm_register(struct mptcp_pm_ops *pm_ops) in mptcp_pm_register()
1142 void mptcp_pm_unregister(struct mptcp_pm_ops *pm_ops) in mptcp_pm_unregister()
1158 struct mptcp_pm_ops *pm_ops; in mptcp_pm_get_available()
H A Dprotocol.h1118 extern struct mptcp_pm_ops mptcp_pm_kernel;
1120 struct mptcp_pm_ops *mptcp_pm_find(const char *name);
1121 int mptcp_pm_register(struct mptcp_pm_ops *pm_ops);
1122 void mptcp_pm_unregister(struct mptcp_pm_ops *pm_ops);
1123 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.c1613 struct mptcp_pm_ops mptcp_pm_kernel = {
/linux/include/net/
H A Dmptcp.h120 struct mptcp_pm_ops { struct