Searched refs:subflows (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_join.sh | 4027 chk_mptcp_info subflows 2 subflows 2 4041 chk_mptcp_info subflows 0 subflows 0 4059 chk_mptcp_info subflows 1 subflows 1 4070 chk_mptcp_info subflows 0 subflows 0 4085 chk_mptcp_info subflows 0 subflows 0 4092 chk_mptcp_info subflows 1 subflows 1 4110 chk_mptcp_info subflows 1 subflows 1 4117 chk_mptcp_info subflows 1 subflows 1 4136 chk_mptcp_info subflows 1 subflows 1 4144 chk_mptcp_info subflows 1 subflows 1 [all …]
|
| H A D | pm_netlink.sh | 51 local subflows="${2}" 55 printf "add_addr_accepted %d subflows %d \n" "${accept}" "${subflows}" 57 printf "accept %d\nsubflows %d\n" "${accept}" "${subflows}" 209 check "get_limits" "${default_limits}" "subflows above hard limit"
|
| H A D | mptcp_lib.sh | 684 local subflows=${3} 687 ip -n "${ns}" mptcp limits set add_addr_accepted "${addrs}" subflows "${subflows}" 689 ip netns exec "${ns}" ./pm_nl_ctl limits "${addrs}" "${subflows}"
|
| H A D | pm_nl_ctl.c | 1259 uint32_t rcv_addr = 0, subflows = 0; in get_set_limits() local 1267 subflows = atoi(argv[3]); in get_set_limits() 1289 memcpy(RTA_DATA(rta), &subflows, 4); in get_set_limits()
|
| /linux/Documentation/networking/ |
| H A D | mptcp.rst | 43 Additional *subflows* can be negotiated later between the hosts. For the remote 58 The Path Manager is in charge of *subflows*, from creation to deletion, and also 59 address announcements. Typically, it is the client side that initiates subflows, 71 To be able to use multiple IP addresses on a host to create multiple *subflows* 125 Generally, the same value is propagated to all subflows, including the ones
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | mptcp.c | 348 u8 subflows; in wait_for_new_subflows() local 351 len = sizeof(subflows); in wait_for_new_subflows() 354 err = getsockopt(fd, SOL_MPTCP, MPTCP_INFO, &subflows, &len); in wait_for_new_subflows() 355 if (!err && subflows > 0) in wait_for_new_subflows()
|
| /linux/net/mptcp/ |
| H A D | Kconfig | 10 subflows in order to utilize multiple network paths. Each subflow
|
| H A D | pm_kernel.c | 213 /* Forbid creation of new subflows matching existing ones, possibly in fill_remote_addresses_fullmesh() 304 /* do lazy endpoint usage accounting for the MPC subflows */ in mptcp_mpc_endpoint_setup() 343 pr_debug("local %d:%d signal %d:%d subflows %d:%d\n", in mptcp_pm_create_subflow_or_signal_addr() 371 * continuing, and trying to create subflows. in mptcp_pm_create_subflow_or_signal_addr() 387 /* No need to try establishing subflows to remote id0 if not allowed */ in mptcp_pm_create_subflow_or_signal_addr() 425 * possible to create subflows -- the 'while' loop body above never in mptcp_pm_create_subflow_or_signal_addr() 511 /* Forbid creation of new subflows matching existing ones, possibly in fill_local_laminar_endp() 1171 * always gets such an id, so different subflows can have different zero in mptcp_pm_nl_del_addr_doit() 1237 /* Reset counters: maybe some subflows have been removed before */ in mptcp_pm_flush_addrs_and_subflows() 1386 unsigned int rcv_addrs, subflows; in mptcp_pm_nl_set_limits_doit() 1382 unsigned int rcv_addrs, subflows; mptcp_pm_nl_set_limits_doit() local [all...] |
| /linux/include/net/ |
| H A D | mptcp.h | 107 u8 subflows; global() member
|