| rte_flow_item_integrity(3) | Library Functions Manual | rte_flow_item_integrity(3) |
rte_flow_item_integrity
#include <rte_flow.h>
uint32_t level
Warning
RTE_FLOW_ITEM_TYPE_INTEGRITY
Match on packet integrity check result.
Definition at line 1906 of file rte_flow.h.
Tunnel encapsulation level the item should apply to.
See also
Definition at line 1910 of file rte_flow.h.
The packet is valid after passing all HW checks.
Definition at line 1915 of file rte_flow.h.
L2 layer is valid after passing all HW checks.
Definition at line 1917 of file rte_flow.h.
L3 layer is valid after passing all HW checks.
Definition at line 1919 of file rte_flow.h.
L4 layer is valid after passing all HW checks.
Definition at line 1921 of file rte_flow.h.
L2 layer CRC is valid.
Definition at line 1923 of file rte_flow.h.
IPv4 layer checksum is valid.
Definition at line 1925 of file rte_flow.h.
L4 layer checksum is valid.
Definition at line 1927 of file rte_flow.h.
L3 length is smaller than frame length.
Definition at line 1929 of file rte_flow.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |