Searched refs:depth_2 (Results 1 – 2 of 2) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_lpm.c | 472 uint8_t depth, depth_1, depth_2; in test9() local 583 depth_2 = 32; in test9() 594 status = rte_lpm_add(lpm, ip_2, depth_2, next_hop_add_2); in test9() 600 status = rte_lpm_delete(lpm, ip_2, depth_2); in test9()
|
| H A D | test_lpm6.c | 888 uint8_t depth, depth_1, depth_2; in test18() local 1000 depth_2 = 32; in test18() 1011 status = rte_lpm6_add(lpm, ip_2, depth_2, next_hop_add_2); in test18() 1017 status = rte_lpm6_delete(lpm, ip_2, depth_2); in test18()
|