Home
last modified time | relevance | path

Searched refs:bpf_for_each (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Diters_testmod_seq.c29 bpf_for_each(testmod_seq, i, 1000, 0) sum += *i; in testmod_seq_empty()
47 bpf_for_each(testmod_seq, i, 1000, 1000) sum += *i; in testmod_seq_full()
68 bpf_for_each(testmod_seq, i, 10, 2000000) { in testmod_seq_truncated()
H A Diters.c154 bpf_for_each(num, v, 5, 10) { in iter_bpf_for_each_macro()
/openbmc/linux/tools/lib/bpf/
H A Dbpf_helpers.h305 #ifndef bpf_for_each
333 #define bpf_for_each(type, cur, args...) for ( \ macro