Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
A Dbpf_legacy.h5 #define BPF_ANNOTATE_KV_PAIR(name, type_key, type_val) \ macro
/linux/tools/testing/selftests/bpf/progs/
A Dtest_btf_haskv.c19 BPF_ANNOTATE_KV_PAIR(btf_map, int, struct ipv_counts);
A Dtest_btf_newkv.c20 BPF_ANNOTATE_KV_PAIR(btf_map_legacy, int, struct ipv_counts);
/linux/Documentation/bpf/
A Dbtf.rst563 BPF_ANNOTATE_KV_PAIR(btf_map, int, struct ipv_counts);
565 Here, the parameters for macro BPF_ANNOTATE_KV_PAIR are map name, key and
822 BPF_ANNOTATE_KV_PAIR(tmpmap, int, struct tmp_t);

Completed in 4 milliseconds