Searched refs:BPF_ANNOTATE_KV_PAIR (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | bpf_legacy.h | 5 #define BPF_ANNOTATE_KV_PAIR(name, type_key, type_val) \ macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_btf_haskv.c | 21 BPF_ANNOTATE_KV_PAIR(btf_map, int, struct ipv_counts);
|
| H A D | test_btf_newkv.c | 22 BPF_ANNOTATE_KV_PAIR(btf_map_legacy, int, struct ipv_counts);
|
| /OK3568_Linux_fs/kernel/Documentation/bpf/ |
| H A D | btf.rst | 523 BPF_ANNOTATE_KV_PAIR(btf_map, int, struct ipv_counts); 525 Here, the parameters for macro BPF_ANNOTATE_KV_PAIR are map name, key and 782 BPF_ANNOTATE_KV_PAIR(tmpmap, int, struct tmp_t);
|