Data Fields
paRaGroupStats_s Struct Reference

PA Reassembly Group Statistics Structure. More...

#include <pa.h>

Data Fields

uint32_t nReasmPackets
uint32_t nFrags
uint32_t nPackets
uint32_t nCxtTOwSOP
uint32_t nCxtTOwSOPBytes
uint32_t nCxtTOwoSOP
uint32_t nCxtTOwoSOPBytes
uint32_t nZeroByte
uint32_t reserved2
uint32_t nIpv6Overlap
uint32_t nIpv6OverlapBytes
uint32_t nLargePackets
uint32_t nIpv4TcpErr
uint32_t nFragLenErr
uint32_t nIpv4IllegalIHL
uint32_t nSmallFragments
uint32_t nIllegalFragLen
uint32_t nCxtCompletedDiscard
uint32_t nCxtCompletedDiscardBytes

Detailed Description

PA Reassembly Group Statistics Structure.

This structures define the PA RA group-specific statistics


Field Documentation

Number of IP fragments which are discarded because they are for a context that has already been completed or timed out

Total payload bytes of IP fragments which are discarded because they are for a context that has already been completed or timed out

Number of IP packets where contexts associated with Group N time out before being completely reassembled, the SOP fragment has not been received

Number of payload bytes of IP packets where contexts associated with Group N time out before being completely reassembled, the SOP fragment has not been received

Number of IP packets where contexts associated with Group N time out before being completely reassembled, the SOP fragment has been received

Number of payload bytes of IP packets where contexts associated with Group N time out before being completely reassembled, the SOP fragment has been received

Number of IP packets which are discarded due to an incorrect fragment length

Number of fragmented IP packets of group N

Number of IP fragments that is not the last fragment, has a length that is not a multiple of 8 bytes

Number of IPv4 fragments which are discarded due to an incorrect IP header length

Number of IP packets which are discarded due to TCP error, i.e. a fragment is received that has a protocol of TCP and a fragment offset of 1

Number of IPv6 packets which are discarded because a fragment of this packet arrives that overlaps data previously received in another fragment for that same packet

Number of IPv6 payload bytes which are discarded because a fragment of this packet arrives that overlaps data previously received in another fragment for that same packet

Number of IP packets which are discarded because the completely reassembled packet greater than 64KB

Number of packets of Group N

Number of successfully reassembled packets of Group N

Number of IP fragments which is too small

  • IPv4: Packets that are not last fragment and are smaller than minIpv4PktSize
  • IPv6: Packets that are not last fragment and are smaller than 56 bytes
  • IPV6: Packets that are last fragment and are smaller than 49 bytes

Number of IP fragments with zero-byte payload

Reserved for future use


The documentation for this struct was generated from the following file:

Copyright 2014, Texas Instruments Incorporated