Home
last modified time | relevance | path

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

/dpdk/lib/lpm/
H A Drte_lpm6.c35 #define BYTES2_SIZE 16 macro
955 tbl24_index = (ip[0] << BYTES2_SIZE) | (ip[1] << BYTE_SIZE) | ip[2]; in rte_lpm6_lookup()
990 tbl24_index = (ips[i][0] << BYTES2_SIZE) | in rte_lpm6_lookup_bulk_func()