Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dpdk_rte_lpm/
H A Drte_lpm6.c588 for (i = first_byte; i < (uint32_t)(first_byte + bytes); i++) { in get_bitshift()
609 uint8_t bytes, uint8_t first_byte, uint8_t depth, in simulate_add_step() argument
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()
925 uint8_t first_byte, uint32_t *next_hop) in lookup_step() argument
936 tbl8_index = ip[first_byte-1] + in lookup_step()
960 uint8_t first_byte; in rte_lpm6_lookup() local
967 first_byte = LOOKUP_FIRST_BYTE; in rte_lpm6_lookup()
994 uint8_t first_byte; in rte_lpm6_lookup_bulk_func() local
1002 first_byte = LOOKUP_FIRST_BYTE; in rte_lpm6_lookup_bulk_func()
[all …]