Searched refs:BPF_MAP_TYPE_LPM_TRIE (Results 1 - 12 of 12) sorted by relevance

/linux-master/samples/bpf/
H A Dxdp_router_ipv4.bpf.c43 __uint(type, BPF_MAP_TYPE_LPM_TRIE);
H A Dmap_perf_test.bpf.c82 __uint(type, BPF_MAP_TYPE_LPM_TRIE);
/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dlpm_trie_map_batch_ops.c80 map_fd = bpf_map_create(BPF_MAP_TYPE_LPM_TRIE, "lpm_trie_map",
/linux-master/include/linux/
H A Dbpf_types.h103 BPF_MAP_TYPE(BPF_MAP_TYPE_LPM_TRIE, trie_map_ops)
/linux-master/tools/testing/selftests/bpf/
H A Dtest_lpm_map.c237 map = bpf_map_create(BPF_MAP_TYPE_LPM_TRIE, NULL,
347 map_fd_ipv4 = bpf_map_create(BPF_MAP_TYPE_LPM_TRIE, NULL,
352 map_fd_ipv6 = bpf_map_create(BPF_MAP_TYPE_LPM_TRIE, NULL,
434 map_fd = bpf_map_create(BPF_MAP_TYPE_LPM_TRIE, NULL,
544 map_fd = bpf_map_create(BPF_MAP_TYPE_LPM_TRIE, NULL, key_size, sizeof(value), 100, &opts);
756 map_fd = bpf_map_create(BPF_MAP_TYPE_LPM_TRIE, NULL, key_size, value_size, 100, &opts);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dmap_ptr_kern.c324 __uint(type, BPF_MAP_TYPE_LPM_TRIE);
681 VERIFY_TYPE(BPF_MAP_TYPE_LPM_TRIE, check_lpm_trie);
H A Dxdpwall.c58 __uint(type, BPF_MAP_TYPE_LPM_TRIE);
/linux-master/tools/lib/bpf/
H A Dlibbpf_probes.c297 case BPF_MAP_TYPE_LPM_TRIE:
H A Dlibbpf.c166 [BPF_MAP_TYPE_LPM_TRIE] = "lpm_trie",
/linux-master/include/uapi/linux/
H A Dbpf.h99 /* Key of an a BPF_MAP_TYPE_LPM_TRIE entry, with trailing byte array. */
976 BPF_MAP_TYPE_LPM_TRIE, enumerator in enum:bpf_map_type
/linux-master/tools/include/uapi/linux/
H A Dbpf.h99 /* Key of an a BPF_MAP_TYPE_LPM_TRIE entry, with trailing byte array. */
976 BPF_MAP_TYPE_LPM_TRIE, enumerator in enum:bpf_map_type
/linux-master/kernel/bpf/
H A Dsyscall.c1294 case BPF_MAP_TYPE_LPM_TRIE:

Completed in 623 milliseconds