Searched refs:subflows (Results 1 - 8 of 8) sorted by relevance

/linux-master/net/mptcp/
H A Dpm.c94 pm->subflows++;
103 pr_debug("msk=%p subflows=%d max=%d allow=%d", msk, pm->subflows,
112 ret = pm->subflows < subflows_max;
113 if (ret && ++pm->subflows == subflows_max)
196 pm->subflows--;
518 pm->subflows = 0;
H A Dpm_netlink.c229 if (msk->pm.subflows == mptcp_pm_get_subflows_max(msk) ||
421 msk->pm.subflows++;
426 /* Forbid creation of new subflows matching existing
447 if (msk->pm.subflows < subflows_max) {
452 msk->pm.subflows++;
528 /* do lazy endpoint usage accounting for the MPC subflows */
551 pr_debug("local %d:%d signal %d:%d subflows %d:%d\n",
554 msk->pm.subflows, subflows_max);
582 msk->pm.subflows < subflows_max) {
641 if (msk->pm.subflows < subflows_ma
1791 unsigned int rcv_addrs, subflows; local
[all...]
H A Dprotocol.h233 u8 subflows; member in struct:mptcp_pm_data
329 u64 rtt_us; /* last maximum rtt of subflows */
477 struct list_head node;/* conn_list of subflows */
525 u64 iasn; /* initial ack sequence number, MPC subflows only */
1094 if (--msk->pm.subflows < mptcp_pm_get_subflows_max(msk))
H A Dpm_userspace.c404 msk->pm.subflows++;
H A Dsockopt.c372 * we must be careful with subflows
378 * SO_MAX_PACING_RATE is unsupported, we must be careful with subflows
540 /* IPV6_ADDR_PREFERENCES is not supported, we must be careful with subflows */
846 * there are multiple subflows is not yet defined. It is up to the
847 * MPTCP-level socket to configure the subflows until the subflow
904 info->mptcpi_subflows = READ_ONCE(msk->pm.subflows);
1394 * there are multiple subflows is not yet defined. It is up to the
1395 * MPTCP-level socket to configure the subflows until the subflow
1475 /* subflows must ignore any latency-related settings: will not affect
1518 /* propagate the rcvbuf changes to all the subflows */
[all...]
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh611 local subflows=$3
614 ip -n $ns mptcp limits set add_addr_accepted $addrs subflows $subflows
616 ip netns exec $ns ./pm_nl_ctl limits $addrs $subflows
1778 fail_test "got $cnt1:$cnt2 subflows expected $subflow_nr"
1822 # $1: subflows in ns1 ; $2: subflows in ns2
1823 # number of all subflows, including the initial subflow.
1839 # if not, count the TCP connections that are in fact MPTCP subflows
1846 fail_test "got subflows
[all...]
H A Dpm_nl_ctl.c1218 "subflows" : "accept", max);
1231 uint32_t rcv_addr = 0, subflows = 0; local
1239 subflows = atoi(argv[3]);
1261 memcpy(RTA_DATA(rta), &subflows, 4); local
/linux-master/include/net/
H A Dmptcp.h104 u8 subflows; member in struct:mptcp_sched_data

Completed in 238 milliseconds