Searched refs:lpm_trie_create (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/map_tests/ |
| H A D | lpm_trie_map_basic_ops.c | 791 static int lpm_trie_create(unsigned int key_size, unsigned int value_size, unsigned int max_entries) in lpm_trie_create() function 810 fd = lpm_trie_create(sizeof(key), sizeof(value), 3); in test_lpm_trie_update_flags() 923 fd = lpm_trie_create(sizeof(key), sizeof(value), 3); in test_lpm_trie_update_full_map() 1012 fd = lpm_trie_create(sizeof(key), sizeof(value), ARRAY_SIZE(keys)); in test_lpm_trie_iterate_strs() 1125 fd = lpm_trie_create(sizeof(key), sizeof(value), max_entries); in test_lpm_trie_iterate_ints()
|