API Reference Manual 1.51.0
Loading...
Searching...
No Matches
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. More...
 
   odp_tm_egress_fcn_t   egress_fcn 
 Output to user func. More...
 
};  
 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 778 of file api/spec/traffic_mngr.h.

Field Documentation

◆ egress_kind

odp_tm_egress_kind_t odp_tm_egress_t::egress_kind

Union discriminator.

Examples
odp_traffic_mgmt.c.

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

◆ pktio

odp_pktio_t odp_tm_egress_t::pktio

Output to PktIO.

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

◆ egress_fcn

odp_tm_egress_fcn_t odp_tm_egress_t::egress_fcn

Output to user func.

Examples
odp_traffic_mgmt.c.

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


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