Home
last modified time | relevance | path

Searched refs:mtuInuse (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c540 peerInfo->mtuInuse = (localMtu < peerInfo->mtu) ? localMtu : peerInfo->mtu; in DFileSessionSetPeerInfo()
565 if (DFileTransSetMtu(trans, peerInfo->mtuInuse) != NSTACKX_EOK) { in DFileSessionHandleClientSetting()
576 … if (GetDFileConfig(&dFileConfig, peerInfo->mtuInuse, hostSettingFrame.connType) == NSTACKX_EOK) { in DFileSessionHandleClientSetting()
632 peerInfo->mtuInuse = (peerInfo->localMtu < peerInfo->mtu) ? peerInfo->localMtu : peerInfo->mtu; in CreatePeerInfo()
709 … if (GetDFileConfig(&dFileConfig, peerInfo->mtuInuse, hostSettingFrame.connType) == NSTACKX_EOK) { in DFileSessionHandleServerSetting()
895 if (DFileTransSetMtu(trans, peerInfo->mtuInuse) != NSTACKX_EOK) { in DFileSessionHandleFrame()
1382 if (peerInfo->mtuInuse == 0) { in UpdatePeerinfoAmendSendrateByQdisc()
1385 uint32_t mtuNumInOneFrame = peerInfo->dataFrameSize / peerInfo->mtuInuse; in UpdatePeerinfoAmendSendrateByQdisc()
1443 if (peerInfo->mtuInuse == 0) { in DFileSessionSendFrame()
1896 if (DFileTransSetMtu(trans, peerInfo->mtuInuse) != NSTACKX_EOK) { in DFileStartTransInner()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_transfer.h210 uint16_t mtuInuse; member