Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Dtest_btf_haskv.c7 struct ipv_counts { struct
15 .value_size = sizeof(struct ipv_counts), argument
19 BPF_ANNOTATE_KV_PAIR(btf_map, int, struct ipv_counts);
24 struct ipv_counts *counts; in test_long_fname_2()
A Dtest_btf_newkv.c7 struct ipv_counts { struct
20 BPF_ANNOTATE_KV_PAIR(btf_map_legacy, int, struct ipv_counts); argument
26 __type(value, struct ipv_counts);
32 struct ipv_counts *counts; in test_long_fname_2()
A Dtest_btf_nokv.c6 struct ipv_counts { struct
14 .value_size = sizeof(struct ipv_counts), argument
21 struct ipv_counts *counts; in test_long_fname_2()
/linux/Documentation/bpf/
A Dbtf.rst560 .value_size = sizeof(struct ipv_counts),
563 BPF_ANNOTATE_KV_PAIR(btf_map, int, struct ipv_counts);

Completed in 5 milliseconds