Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/
DSynopsysDWCEthernetQualityOfService_FrameAssembler.cs74 … if(!SegmentationActive || totalPayloadLength < maximumSegmentSize || maximumSegmentSize == 0) in PushPayload()
157 if(SegmentationActive && maximumSegmentSize == 0) in FrameAssembler()
187 if(SegmentationActive) in TryCreateEthernetFrame()
207 …if(SegmentationActive && builtFrame.UnderlyingPacket.PayloadPacket.PayloadPacket is TcpPacket tcpP… in TryCreateEthernetFrame()
242 private bool SegmentationActive => tcpHeader != null; field in Antmicro.Renode.Peripherals.Network.SynopsysDWCEthernetQualityOfService.FrameAssembler