Home
last modified time | relevance | path

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

/third_party/libbpf/src/
H A Dbpf_helpers.h300 struct bpf_iter_num;
302 extern int bpf_iter_num_new(struct bpf_iter_num *it, int start, int end) __weak __ksym;
303 extern int *bpf_iter_num_next(struct bpf_iter_num *it) __weak __ksym;
304 extern void bpf_iter_num_destroy(struct bpf_iter_num *it) __weak __ksym;
365 struct bpf_iter_num ___it __attribute__((aligned(8), /* enforce, just in case */ \
390 struct bpf_iter_num ___it __attribute__((aligned(8), /* enforce, just in case */ \
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h7348 struct bpf_iter_num { struct

Completed in 12 milliseconds