| OpenNSL API Guide and Reference Manual
    | 
User-configurable, per-unit RX configuration. More...
#include <rxX.h>
| Data Fields | |
| opennsl_color_t | color | 
| Color of the packet. | |
| int | counter_num | 
| counter. | |
| opennsl_multicast_t | dest_group | 
| Destination group. | |
| opennsl_gport_t | dest_port | 
| Destination port. | |
| opennsl_if_t | encap_id | 
| Encap-ID. | |
| uint32 | flags | 
| OPENNSL_RX_SNOOP_XXX FLAGS. | |
| opennsl_policer_t | policer_id | 
| policer_id. | |
| int | prio | 
| Internal priority of the packet. | |
| int | probability | 
| snooping probability. | |
| int | size | 
| what portion of the packet to snoop to CPU, use -1 to indicate full packet snooping. | |
| opennsl_color_t opennsl_rx_snoop_config_s::color | 
| opennsl_multicast_t opennsl_rx_snoop_config_s::dest_group | 
| opennsl_gport_t opennsl_rx_snoop_config_s::dest_port | 
| opennsl_if_t opennsl_rx_snoop_config_s::encap_id | 
| uint32 opennsl_rx_snoop_config_s::flags | 
| opennsl_policer_t opennsl_rx_snoop_config_s::policer_id | 
| int opennsl_rx_snoop_config_s::prio | 
| int opennsl_rx_snoop_config_s::probability | 
| int opennsl_rx_snoop_config_s::size |