Searched refs:get_bitshift (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_lpm6.c | 582 get_bitshift(const uint8_t *ip, uint8_t first_byte, uint8_t bytes) in get_bitshift() function 620 entry_ind = get_bitshift(ip, first_byte, bytes); in simulate_add_step() 674 entry_ind = get_bitshift(ip, first_byte, bytes); in add_step()
|
| /f-stack/dpdk/lib/librte_lpm/ |
| H A D | rte_lpm6.c | 576 get_bitshift(const uint8_t *ip, uint8_t first_byte, uint8_t bytes) in get_bitshift() function 614 entry_ind = get_bitshift(ip, first_byte, bytes); in simulate_add_step() 668 entry_ind = get_bitshift(ip, first_byte, bytes); in add_step()
|