Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dbpf_legacy.h5 #define BPF_ANNOTATE_KV_PAIR(name, type_key, type_val) \ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_btf_haskv.c21 BPF_ANNOTATE_KV_PAIR(btf_map, int, struct ipv_counts);
H A Dtest_btf_newkv.c22 BPF_ANNOTATE_KV_PAIR(btf_map_legacy, int, struct ipv_counts);
/OK3568_Linux_fs/kernel/Documentation/bpf/
H A 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
782 BPF_ANNOTATE_KV_PAIR(tmpmap, int, struct tmp_t);