Home
last modified time | relevance | path

Searched refs:bpf_for (Results 1 - 1 of 1) sorted by relevance

/third_party/libbpf/src/
H A Dbpf_helpers.h325 * and bpf_for(i, N, M) is in that bpf_for() provides additional proof to
327 * *`, not just `int`. So for integers bpf_for() is more convenient.
349 #ifndef bpf_for
350 /* bpf_for(i, start, end) implements a for()-like looping construct that sets
357 * and whose values do not change throughout bpf_for() loop execution. They do
363 #define bpf_for(i, start, end) for ( \ macro
380 #endif /* bpf_for */

Completed in 1 milliseconds