Home
last modified time | relevance | path

Searched refs:RTE_PORT_IN_ACTION_LB_TABLE_SIZE (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_port_in_action.h119 #define RTE_PORT_IN_ACTION_LB_TABLE_SIZE 16 macro
148 uint32_t port_id[RTE_PORT_IN_ACTION_LB_TABLE_SIZE];
159 uint32_t port_id[RTE_PORT_IN_ACTION_LB_TABLE_SIZE];
H A Drte_port_in_action.c68 uint32_t port_id[RTE_PORT_IN_ACTION_LB_TABLE_SIZE];
477 uint64_t pos = digest & (RTE_PORT_IN_ACTION_LB_TABLE_SIZE - 1); in ah_lb()