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