Searched refs:BPF_ANNOTATE_KV_PAIR (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/samples/bpf/ |
| D | hbm_kern.h | 67 BPF_ANNOTATE_KV_PAIR(queue_state, struct bpf_cgroup_storage_key, 76 BPF_ANNOTATE_KV_PAIR(queue_stats, int, struct hbm_queue_stats);
|
| /Linux-v5.4/tools/testing/selftests/bpf/progs/ |
| D | test_btf_haskv.c | 20 BPF_ANNOTATE_KV_PAIR(btf_map, int, struct ipv_counts);
|
| D | test_btf_newkv.c | 21 BPF_ANNOTATE_KV_PAIR(btf_map_legacy, int, struct ipv_counts);
|
| D | tcp_rtt.c | 22 BPF_ANNOTATE_KV_PAIR(socket_storage_map, int, struct tcp_rtt_storage);
|
| D | sockopt_sk.c | 23 BPF_ANNOTATE_KV_PAIR(socket_storage_map, int, struct sockopt_sk);
|
| /Linux-v5.4/Documentation/bpf/ |
| 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 721 BPF_ANNOTATE_KV_PAIR(tmpmap, int, struct tmp_t);
|
| /Linux-v5.4/tools/testing/selftests/bpf/ |
| D | bpf_helpers.h | 267 #define BPF_ANNOTATE_KV_PAIR(name, type_key, type_val) \ macro
|