Searched refs:depth_2 (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 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 D | test_lpm6.c | 877 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()
|