Searched refs:lpm_key (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_table_tables.c | 376 lpm_key.depth = 0; in test_table_lpm() 382 lpm_key.depth = 33; in test_table_lpm() 388 lpm_key.depth = 16; in test_table_lpm() 403 lpm_key.depth = 0; in test_table_lpm() 408 lpm_key.depth = 33; in test_table_lpm() 413 lpm_key.depth = 16; in test_table_lpm() 549 lpm_key.depth = 0; in test_table_lpm_ipv6() 555 lpm_key.depth = 129; in test_table_lpm_ipv6() 561 lpm_key.depth = 16; in test_table_lpm_ipv6() 577 lpm_key.depth = 0; in test_table_lpm_ipv6() [all …]
|
| H A D | test_table_combined.c | 299 struct rte_table_lpm_key lpm_key = { in test_table_lpm_combined() local 320 (void *)&lpm_key, &table_packets, NULL, 0); in test_table_lpm_combined() 327 (void *)&lpm_key, &table_packets, NULL, 0); in test_table_lpm_combined() 331 lpm_key.depth = 0; in test_table_lpm_combined() 334 (void *)&lpm_key, &table_packets, NULL, 0); in test_table_lpm_combined() 337 lpm_key.depth = 33; in test_table_lpm_combined() 340 (void *)&lpm_key, &table_packets, NULL, 0); in test_table_lpm_combined()
|