Searched refs:custom_fallback_def (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dlibbpf.c9125 static struct bpf_sec_def custom_fallback_def; variable in typeref:struct:bpf_sec_def
9146 if (prog->sec_def != &custom_fallback_def)
9365 sec_def = &custom_fallback_def;
9398 if (has_custom_fallback_def && custom_fallback_def.handler_id == handler_id) {
9399 memset(&custom_fallback_def, 0, sizeof(custom_fallback_def));
9477 return &custom_fallback_def;

Completed in 137 milliseconds