Searched refs:depth_1 (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 579 depth_1 = 25; in test9() 588 status = rte_lpm_add(lpm, ip_1, depth_1, next_hop_add_1); in test9() 606 status = rte_lpm_delete(lpm, ip_1, depth_1); in test9()
|
| H A D | test_lpm6.c | 888 uint8_t depth, depth_1, depth_2; in test18() local 996 depth_1 = 25; in test18() 1005 status = rte_lpm6_add(lpm, ip_1, depth_1, next_hop_add_1); in test18() 1023 status = rte_lpm6_delete(lpm, ip_1, depth_1); in test18()
|