Searched refs:ADD_FIRST_BYTE (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_lpm6.c | 29 #define ADD_FIRST_BYTE 3 macro 839 ADD_FIRST_BYTE, 1, depth, &need_tbl_nb); in simulate_add() 845 for (i = ADD_FIRST_BYTE; i < RTE_LPM6_IPV6_ADDR_SIZE && ret == 1; i++) { in simulate_add() 898 masked_ip, ADD_FIRST_BYTE, 1, depth, next_hop, in rte_lpm6_add() 906 for (i = ADD_FIRST_BYTE; i < RTE_LPM6_IPV6_ADDR_SIZE && status == 1; i++) { in rte_lpm6_add()
|
| /f-stack/dpdk/lib/librte_lpm/ |
| H A D | rte_lpm6.c | 39 #define ADD_FIRST_BYTE 3 macro 833 ADD_FIRST_BYTE, 1, depth, &need_tbl_nb); in simulate_add() 839 for (i = ADD_FIRST_BYTE; i < RTE_LPM6_IPV6_ADDR_SIZE && ret == 1; i++) { in simulate_add() 890 masked_ip, ADD_FIRST_BYTE, 1, depth, next_hop, in rte_lpm6_add() 898 for (i = ADD_FIRST_BYTE; i < RTE_LPM6_IPV6_ADDR_SIZE && status == 1; i++) { in rte_lpm6_add()
|