Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_lpm.c1434 static uint32_t g_ip = RTE_IPV4(192, 0, 2, 100); variable
1458 rte_lpm_lookup(g_lpm, g_ip, &next_hop_return); in test_lpm_rcu_qsbr_reader()
1523 status = rte_lpm_add(g_lpm, g_ip, depth, next_hop); in test21()
1531 status = rte_lpm_delete(g_lpm, g_ip, depth); in test21()
1538 status = rte_lpm_add(g_lpm, g_ip, depth, next_hop); in test21()