Searched refs:BPF_PROG_SEC_IMPL (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 8270 #define BPF_PROG_SEC_IMPL(string, ptype, eatype, eatype_optional, \ macro 8283 #define BPF_PROG_SEC(string, ptype) BPF_PROG_SEC_IMPL(string, ptype, 0, 0, 0, 0) 8287 BPF_PROG_SEC_IMPL(string, ptype, atype, true, 1, 0) 8291 BPF_PROG_SEC_IMPL(string, ptype, eatype, false, 1, 0) 8295 BPF_PROG_SEC_IMPL(string, ptype, eatype, false, 0, 1) 8464 #undef BPF_PROG_SEC_IMPL macro
|
Completed in 79 milliseconds