Home
last modified time | relevance | path

Searched refs:BPF_ANNOTATE_KV_PAIR (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/samples/bpf/
Dhbm_kern.h67 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/
Dtest_btf_haskv.c20 BPF_ANNOTATE_KV_PAIR(btf_map, int, struct ipv_counts);
Dtest_btf_newkv.c21 BPF_ANNOTATE_KV_PAIR(btf_map_legacy, int, struct ipv_counts);
Dtcp_rtt.c22 BPF_ANNOTATE_KV_PAIR(socket_storage_map, int, struct tcp_rtt_storage);
Dsockopt_sk.c23 BPF_ANNOTATE_KV_PAIR(socket_storage_map, int, struct sockopt_sk);
/Linux-v5.4/Documentation/bpf/
Dbtf.rst523 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/
Dbpf_helpers.h267 #define BPF_ANNOTATE_KV_PAIR(name, type_key, type_val) \ macro