Home
last modified time | relevance | path

Searched defs:first_byte (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/lpm/
H A Drte_lpm6.c573 get_bitshift(const uint8_t * ip,uint8_t first_byte,uint8_t bytes) get_bitshift() argument
600 simulate_add_step(struct rte_lpm6 * lpm,struct rte_lpm6_tbl_entry * tbl,struct rte_lpm6_tbl_entry ** next_tbl,const uint8_t * ip,uint8_t bytes,uint8_t first_byte,uint8_t depth,uint32_t * need_tbl_nb) simulate_add_step() argument
653 add_step(struct rte_lpm6 * lpm,struct rte_lpm6_tbl_entry * tbl,uint32_t tbl_ind,struct rte_lpm6_tbl_entry ** next_tbl,uint32_t * next_tbl_ind,uint8_t * ip,uint8_t bytes,uint8_t first_byte,uint8_t depth,uint32_t next_hop,uint8_t is_new_rule) add_step() argument
914 lookup_step(const struct rte_lpm6 * lpm,const struct rte_lpm6_tbl_entry * tbl,const struct rte_lpm6_tbl_entry ** tbl_next,const uint8_t * ip,uint8_t first_byte,uint32_t * next_hop) lookup_step() argument
949 uint8_t first_byte; rte_lpm6_lookup() local
983 uint8_t first_byte; rte_lpm6_lookup_bulk_func() local
[all...]
/dpdk/lib/fib/
H A Dtrie.c228 get_idx(const uint8_t * ip,uint32_t prev_idx,int bytes,int first_byte) get_idx() argument