Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_lpm.c461 uint8_t depth, depth_1, depth_2; in test9() local
572 depth_2 = 32; in test9()
583 status = rte_lpm_add(lpm, ip_2, depth_2, next_hop_add_2); in test9()
589 status = rte_lpm_delete(lpm, ip_2, depth_2); in test9()
H A Dtest_lpm6.c877 uint8_t depth, depth_1, depth_2; in test18() local
989 depth_2 = 32; in test18()
1000 status = rte_lpm6_add(lpm, ip_2, depth_2, next_hop_add_2); in test18()
1006 status = rte_lpm6_delete(lpm, ip_2, depth_2); in test18()