#include <string.h>
#include <unistd.h>
#include <doca_log.h>
#include <doca_flow.h>
#include "flow_common.h"
Go to the source code of this file.
◆ add_lpm_pipe_entries()
| static doca_error_t add_lpm_pipe_entries |
( |
struct doca_flow_pipe * |
pipe, |
|
|
int |
port_id, |
|
|
struct entries_status * |
status, |
|
|
struct doca_flow_pipe_entry ** |
entries |
|
) |
| |
|
static |
◆ add_main_pipe_entry()
| static doca_error_t add_main_pipe_entry |
( |
struct doca_flow_pipe * |
pipe, |
|
|
struct entries_status * |
status, |
|
|
struct doca_flow_pipe_entry ** |
entry |
|
) |
| |
|
static |
◆ create_lpm_pipe()
| static doca_error_t create_lpm_pipe |
( |
struct doca_flow_port * |
port, |
|
|
int |
port_id, |
|
|
struct doca_flow_pipe ** |
pipe |
|
) |
| |
|
static |
◆ create_main_pipe()
| static doca_error_t create_main_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_LPM |
| ) |
|
◆ flow_lpm()