Searched refs:depth_1 (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_lpm.c | 461 uint8_t depth, depth_1, depth_2; in test9() local 568 depth_1 = 25; in test9() 577 status = rte_lpm_add(lpm, ip_1, depth_1, next_hop_add_1); in test9() 595 status = rte_lpm_delete(lpm, ip_1, depth_1); in test9()
|
| H A D | test_lpm6.c | 877 uint8_t depth, depth_1, depth_2; in test18() local 985 depth_1 = 25; in test18() 994 status = rte_lpm6_add(lpm, ip_1, depth_1, next_hop_add_1); in test18() 1012 status = rte_lpm6_delete(lpm, ip_1, depth_1); in test18()
|