Home
last modified time | relevance | path

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

/Linux-v5.4/tools/lib/bpf/
Dlibbpf.c4456 #define BPF_PROG_SEC_IMPL(string, ptype, eatype, is_attachable, atype) \ argument
4457 { string, sizeof(string) - 1, ptype, eatype, is_attachable, atype }
4480 int is_attachable; member
4566 if (attach_type && !section_names[i].is_attachable) in libbpf_get_type_names()
4618 if (!section_names[i].is_attachable) in libbpf_attach_type_by_name()