#include <string.h>
#include <unistd.h>
#include <doca_log.h>
#include <doca_flow.h>
#include <doca_bitfield.h>
#include "flow_common.h"
Go to the source code of this file.
◆ IP_TCP_DEFAULT_HDR_LEN
| #define IP_TCP_DEFAULT_HDR_LEN 40 |
◆ META_U32_BIT_OFFSET
◆ NB_ACTION_DESC
| #define NB_ACTION_DESC (3) |
◆ add_match_comparison_pipe_entry()
| static doca_error_t add_match_comparison_pipe_entry |
( |
struct doca_flow_pipe * |
pipe, |
|
|
struct doca_flow_pipe * |
next_pipe, |
|
|
struct entries_status * |
status |
|
) |
| |
|
static |
◆ add_match_meta_pipe_entry()
◆ add_sum_to_meta_pipe_entry()
◆ create_match_comparison_pipe()
| static doca_error_t create_match_comparison_pipe |
( |
struct doca_flow_port * |
port, |
|
|
struct doca_flow_pipe ** |
pipe |
|
) |
| |
|
static |
◆ create_match_meta_pipe()
| static doca_error_t create_match_meta_pipe |
( |
struct doca_flow_port * |
port, |
|
|
int |
port_id, |
|
|
struct doca_flow_pipe ** |
pipe |
|
) |
| |
|
static |
◆ create_sum_to_meta_pipe()
| static doca_error_t create_sum_to_meta_pipe |
( |
struct doca_flow_port * |
port, |
|
|
struct doca_flow_pipe * |
next_pipe, |
|
|
struct doca_flow_pipe ** |
pipe |
|
) |
| |
|
static |
◆ DOCA_LOG_REGISTER()
| DOCA_LOG_REGISTER |
( |
FLOW_MATCH_COMPARISON |
| ) |
|
◆ flow_match_comparison()