Home
last modified time | relevance | path

Searched defs:eatype (Results 1 – 2 of 2) sorted by relevance

/linux-5.10/tools/lib/bpf/
Dlibbpf.c8186 #define BPF_PROG_SEC_IMPL(string, ptype, eatype, eatype_optional, \ argument
8206 #define BPF_EAPROG_SEC(string, ptype, eatype) \ argument
8210 #define BPF_PROG_BTF(string, ptype, eatype) \ argument
/linux-5.10/kernel/bpf/
Dverifier.c4329 enum bpf_attach_type eatype = env->prog->expected_attach_type; in may_update_sockmap() local