Home
last modified time | relevance | path

Searched refs:iter_name (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/Documentation/bpf/
Dbpf_iterators.rst96 Any struct name in ``vmlinux.h`` in the format ``bpf_iter__<iter_name>``
97 represents a BPF iterator. The suffix ``<iter_name>`` represents the type of
/linux-6.12.1/kernel/bpf/
Dbtf.c8124 const char *sfx, *iter_name; in btf_check_iter_kfuncs() local
8153 iter_name = btf_name_by_offset(btf, t->name_off) + sizeof(ITER_PREFIX) - 1; in btf_check_iter_kfuncs()
8161 snprintf(exp_name, sizeof(exp_name), "bpf_iter_%s_%s", iter_name, sfx); in btf_check_iter_kfuncs()