DOKK / manpages / debian 13 / dpdk-doc / rte_acl_field.3.en
rte_acl_field(3) Library Functions Manual rte_acl_field(3)

rte_acl_field

#include <rte_acl.h>


union rte_acl_field_types value
union rte_acl_field_types mask_range

Defines the value of a field for a rule.

Definition at line 75 of file rte_acl.h.

a 1,2,4, or 8 byte value of the field.

Definition at line 76 of file rte_acl.h.

depending on field type: mask -> 1.2.3.4/32 value=0x1020304, mask_range=32, range -> 0 : 65535 value=0, mask_range=65535, bitmask -> 0x06/0xff value=6, mask_range=0xff.

Definition at line 78 of file rte_acl.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK