NDN-DPDK
High-Speed Named Data Networking Forwarder
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
SgPacket Struct Reference

#include <packet.h>

Data Fields

uint8_t a_ [22]
 
FaceID rxFace
 
uint8_t b_ [8]
 
union {
   uint32_t   packet_type_
 
   struct {
      uint16_t   c_: 16
 
      uint8_t   l2type: 4
 
      uint8_t   l3type: 4
 
   } 
 
}; 
 
uint8_t d_ [92]
 
RTE_MARKER endofMbuf_
 
uint8_t nackReason
 
uint8_t congMark
 

Field Documentation

◆ 

union { ... }

◆ a_

uint8_t SgPacket::a_[22]

◆ b_

uint8_t SgPacket::b_[8]

◆ c_

uint16_t SgPacket::c_

◆ congMark

uint8_t SgPacket::congMark

◆ d_

uint8_t SgPacket::d_[92]

◆ endofMbuf_

RTE_MARKER SgPacket::endofMbuf_

◆ l2type

uint8_t SgPacket::l2type

◆ l3type

uint8_t SgPacket::l3type

◆ nackReason

uint8_t SgPacket::nackReason

◆ packet_type_

uint32_t SgPacket::packet_type_

◆ rxFace

FaceID SgPacket::rxFace

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