![]() |
![]() |
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 |
PA Reassembly Group Statistics Structure.
This structures define the PA RA group-specific statistics
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
uint32_t paRaGroupStats_s::nCxtTOwoSOP |
Number of IP packets where contexts associated with Group N time out before being completely reassembled, the SOP fragment has not been received
uint32_t paRaGroupStats_s::nCxtTOwoSOPBytes |
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
uint32_t paRaGroupStats_s::nCxtTOwSOP |
Number of IP packets where contexts associated with Group N time out before being completely reassembled, the SOP fragment has been received
uint32_t paRaGroupStats_s::nCxtTOwSOPBytes |
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
uint32_t paRaGroupStats_s::nFragLenErr |
Number of IP packets which are discarded due to an incorrect fragment length
uint32_t paRaGroupStats_s::nFrags |
Number of fragmented IP packets of group N
uint32_t paRaGroupStats_s::nIllegalFragLen |
Number of IP fragments that is not the last fragment, has a length that is not a multiple of 8 bytes
uint32_t paRaGroupStats_s::nIpv4IllegalIHL |
Number of IPv4 fragments which are discarded due to an incorrect IP header length
uint32_t paRaGroupStats_s::nIpv4TcpErr |
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
uint32_t paRaGroupStats_s::nIpv6Overlap |
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
uint32_t paRaGroupStats_s::nIpv6OverlapBytes |
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
uint32_t paRaGroupStats_s::nLargePackets |
Number of IP packets which are discarded because the completely reassembled packet greater than 64KB
uint32_t paRaGroupStats_s::nPackets |
Number of packets of Group N
uint32_t paRaGroupStats_s::nReasmPackets |
Number of successfully reassembled packets of Group N
uint32_t paRaGroupStats_s::nSmallFragments |
Number of IP fragments which is too small
uint32_t paRaGroupStats_s::nZeroByte |
Number of IP fragments with zero-byte payload
uint32_t paRaGroupStats_s::reserved2 |
Reserved for future use