DPDK  24.03.0
Data Fields
rte_acl_rule_data Struct Reference

#include <rte_acl.h>

Data Fields

uint32_t category_mask
 
int32_t priority
 
uint32_t userdata
 

Detailed Description

Miscellaneous data for ACL rule.

Definition at line 100 of file rte_acl.h.

Field Documentation

◆ category_mask

uint32_t category_mask

Mask of categories for that rule.

Definition at line 101 of file rte_acl.h.

◆ priority

int32_t priority

Priority for that rule.

Definition at line 102 of file rte_acl.h.

◆ userdata

uint32_t userdata

Associated with the rule user data.

Definition at line 103 of file rte_acl.h.


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