BPF_MAP_TYPE_LPM_TRIE
BPF_MAP_TYPE(BPF_MAP_TYPE_LPM_TRIE, trie_map_ops)
case BPF_MAP_TYPE_LPM_TRIE:
__uint(type, BPF_MAP_TYPE_LPM_TRIE);
__uint(type, BPF_MAP_TYPE_LPM_TRIE);
[BPF_MAP_TYPE_LPM_TRIE] = "lpm_trie",
case BPF_MAP_TYPE_LPM_TRIE:
map = bpf_map_create(BPF_MAP_TYPE_LPM_TRIE, NULL,
map_fd_ipv4 = bpf_map_create(BPF_MAP_TYPE_LPM_TRIE, NULL,
map_fd_ipv6 = bpf_map_create(BPF_MAP_TYPE_LPM_TRIE, NULL,
map_fd = bpf_map_create(BPF_MAP_TYPE_LPM_TRIE, NULL,
map_fd = bpf_map_create(BPF_MAP_TYPE_LPM_TRIE, NULL, key_size, sizeof(value), 100, &opts);
map_fd = bpf_map_create(BPF_MAP_TYPE_LPM_TRIE, NULL, key_size, value_size, 100, &opts);
fd = bpf_map_create(BPF_MAP_TYPE_LPM_TRIE, "lpm_trie", key_size, value_size, max_entries,
map_fd = bpf_map_create(BPF_MAP_TYPE_LPM_TRIE, "lpm_trie_map",
map_fd = bpf_map_create(BPF_MAP_TYPE_LPM_TRIE, "lpm_trie_map",
__uint(type, BPF_MAP_TYPE_LPM_TRIE);
if (map_type != BPF_MAP_TYPE_LPM_TRIE)
__uint(type, BPF_MAP_TYPE_LPM_TRIE);
__uint(type, BPF_MAP_TYPE_LPM_TRIE);
VERIFY_TYPE(BPF_MAP_TYPE_LPM_TRIE, check_lpm_trie);
__uint(type, BPF_MAP_TYPE_LPM_TRIE);