Searched refs:lpm_ipv6_key (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_table_combined.c | 360 struct rte_table_lpm_ipv6_key lpm_ipv6_key = { in test_table_lpm_ipv6_combined() local 363 memset(lpm_ipv6_key.ip, 0xad, 16); in test_table_lpm_ipv6_combined() 381 (void *)&lpm_ipv6_key, &table_packets, NULL, 0); in test_table_lpm_ipv6_combined() 389 (void *)&lpm_ipv6_key, &table_packets, NULL, 0); in test_table_lpm_ipv6_combined() 393 lpm_ipv6_key.depth = 0; in test_table_lpm_ipv6_combined() 397 (void *)&lpm_ipv6_key, &table_packets, NULL, 0); in test_table_lpm_ipv6_combined() 400 lpm_ipv6_key.depth = 129; in test_table_lpm_ipv6_combined() 403 (void *)&lpm_ipv6_key, &table_packets, NULL, 0); in test_table_lpm_ipv6_combined()
|