Searched refs:pm_name (Results 1 – 2 of 2) sorted by relevance
207 char pm_name[MPTCP_PM_NAME_MAX]; in proc_path_manager() local209 .data = pm_name, in proc_path_manager()214 strscpy(pm_name, *path_manager, MPTCP_PM_NAME_MAX); in proc_path_manager()218 ret = mptcp_set_path_manager(*path_manager, pm_name); in proc_path_manager()222 if (strncmp(pm_name, "kernel", MPTCP_PM_NAME_MAX) == 0) in proc_path_manager()224 else if (strncmp(pm_name, "userspace", MPTCP_PM_NAME_MAX) == 0) in proc_path_manager()244 char *pm_name = ""; in proc_pm_type() local247 pm_name = "kernel"; in proc_pm_type()249 pm_name = "userspace"; in proc_pm_type()250 mptcp_set_path_manager(pernet->path_manager, pm_name); in proc_pm_type()
142 pm_name="$(ip netns exec "$ns1" sysctl -n net.mptcp.path_manager)"143 if [ "${pm_name}" != "kernel" ]; then144 test_fail "unexpected path-manager: ${pm_name}"