Searched refs:custom_fallback_def (Results 1 – 1 of 1) sorted by relevance
9301 static struct bpf_sec_def custom_fallback_def; variable9322 if (prog->sec_def != &custom_fallback_def) in bpf_program__set_type()9546 sec_def = &custom_fallback_def; in libbpf_register_prog_handler()9579 if (has_custom_fallback_def && custom_fallback_def.handler_id == handler_id) { in libbpf_unregister_prog_handler()9580 memset(&custom_fallback_def, 0, sizeof(custom_fallback_def)); in libbpf_unregister_prog_handler()9658 return &custom_fallback_def; in find_sec_def()