|
API Reference Manual
1.48.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. | |
| odp_tm_egress_fcn_t egress_fcn | |
| Output to user func. | |
| }; | |
| 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 768 of file api/spec/traffic_mngr.h.