Home
last modified time | relevance | path

Searched refs:fullmesh (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/net/mptcp/
H A Dpm_netlink.sh257 change_endpoint 1 fullmesh 2>/dev/null
260 check "show_endpoints" "$(format_endpoints "1,10.0.1.1,subflow fullmesh")" \
265 change_endpoint 1 backup,fullmesh
266 check "show_endpoints" "$(format_endpoints "1,10.0.1.1,subflow backup fullmesh")" \
269 for st in fullmesh nofullmesh backup,fullmesh; do
H A Dmptcp_join.sh63 unset fullmesh
750 local fullmesh=${fullmesh:-""}
753 if [ -n "${fullmesh}" ]; then
754 flags="${flags},fullmesh"
755 addr_nr_ns2=${fullmesh}
2969 # cross families subflows will not be created even in fullmesh mode
2970 if reset "simult IPv4 and IPv6 subflows, fullmesh 1x1" &&
2974 pm_nl_add_endpoint $ns2 dead:beef:2::2 flags subflow,fullmesh
2985 # fullmesh stil
[all...]
/linux/net/mptcp/
H A Dpm_kernel.c251 bool fullmesh, struct mptcp_addr_info *addrs) in fill_remote_addresses_vec() argument
253 /* Non-fullmesh: fill in the single entry corresponding to the primary in fill_remote_addresses_vec()
256 if (!fullmesh) in fill_remote_addresses_vec()
392 bool fullmesh; in mptcp_pm_create_subflow_or_signal_addr() local
400 fullmesh = !!(local.flags & MPTCP_PM_ADDR_FLAG_FULLMESH); in mptcp_pm_create_subflow_or_signal_addr()
410 nr = fill_remote_addresses_vec(msk, &local.addr, fullmesh, addrs); in mptcp_pm_create_subflow_or_signal_addr()
615 /* If there is at least one MPTCP endpoint with a fullmesh flag */ in fill_local_addresses_vec()
1008 "flags mustn't have both signal and fullmesh"); in mptcp_pm_nl_add_addr_doit()