|
API Reference Manual 1.51.0
|
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>
Data Fields | ||
| odp_tm_egress_kind_t | egress_kind | |
| Union discriminator. | ||
| union { | ||
| odp_pktio_t pktio | ||
| Output to PktIO. More... | ||
| odp_tm_egress_fcn_t egress_fcn | ||
| Output to user func. More... | ||
| }; | ||
| Variant parameters for different TM outputs. | ||
The odp_tm_egress_t type is used to describe that type of "egress spigot" associated with this TM system.
Definition at line 778 of file api/spec/traffic_mngr.h.
| odp_tm_egress_kind_t odp_tm_egress_t::egress_kind |
Union discriminator.
Definition at line 779 of file api/spec/traffic_mngr.h.
| odp_pktio_t odp_tm_egress_t::pktio |
Output to PktIO.
Definition at line 783 of file api/spec/traffic_mngr.h.
| odp_tm_egress_fcn_t odp_tm_egress_t::egress_fcn |
Output to user func.
Definition at line 784 of file api/spec/traffic_mngr.h.