Home
last modified time | relevance | path

Searched refs:BPF_PROG_SEC_IMPL (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) \ macro
4460 #define BPF_PROG_SEC(string, ptype) BPF_PROG_SEC_IMPL(string, ptype, 0, 0, 0)
4464 BPF_PROG_SEC_IMPL(string, ptype, 0, 1, atype)
4468 BPF_PROG_SEC_IMPL(string, ptype, eatype, 1, eatype)
4546 #undef BPF_PROG_SEC_IMPL