Searched refs:pm_ops (Results 1 – 3 of 3) sorted by relevance
1038 struct mptcp_pm_ops *pm_ops; in mptcp_pm_find() local1041 if (!strcmp(pm_ops->name, name)) in mptcp_pm_find()1042 return pm_ops; in mptcp_pm_find()1048 int mptcp_pm_validate(struct mptcp_pm_ops *pm_ops) in mptcp_pm_validate() argument1057 ret = mptcp_pm_validate(pm_ops); in mptcp_pm_register()1062 if (mptcp_pm_find(pm_ops->name)) { in mptcp_pm_register()1069 pr_debug("%s registered\n", pm_ops->name); in mptcp_pm_register()1076 if (WARN_ON_ONCE(pm_ops == &mptcp_pm_kernel)) in mptcp_pm_unregister()1080 list_del_rcu(&pm_ops->list); in mptcp_pm_unregister()1089 struct mptcp_pm_ops *pm_ops; in mptcp_pm_get_available() local[all …]
186 struct mptcp_pm_ops *pm_ops; in mptcp_set_path_manager() local190 pm_ops = mptcp_pm_find(name); in mptcp_set_path_manager()191 if (pm_ops) in mptcp_set_path_manager()
1073 int mptcp_pm_register(struct mptcp_pm_ops *pm_ops);1074 void mptcp_pm_unregister(struct mptcp_pm_ops *pm_ops);1075 int mptcp_pm_validate(struct mptcp_pm_ops *pm_ops);
Completed in 11 milliseconds