Searched refs:eatype (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/lib/bpf/ |
| D | libbpf.c | 4456 #define BPF_PROG_SEC_IMPL(string, ptype, eatype, is_attachable, atype) \ argument 4457 { string, sizeof(string) - 1, ptype, eatype, is_attachable, atype } 4467 #define BPF_EAPROG_SEC(string, ptype, eatype) \ argument 4468 BPF_PROG_SEC_IMPL(string, ptype, eatype, 1, eatype)
|