API Reference Manual  1.45.0
odp_tm_egress_t Struct Reference

The odp_tm_egress_t type is used to describe that type of "egress spigot" associated with this TM system. More...

#include <traffic_mngr.h>

Collaboration diagram for odp_tm_egress_t:
[legend]

Data Fields

odp_tm_egress_kind_t egress_kind
 Union discriminator.
 
union {
   odp_pktio_t   pktio
 Output to PktIO.
 
   odp_tm_egress_fcn_t   egress_fcn
 Output to user func.
 
}; 
 Variant parameters for different TM outputs.
 

Detailed Description

The odp_tm_egress_t type is used to describe that type of "egress spigot" associated with this TM system.

Examples
odp_traffic_mgmt.c.

Definition at line 721 of file api/spec/traffic_mngr.h.


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