Searched refs:custom_fallback_def (Results 1 – 1 of 1) sorted by relevance
9289 static struct bpf_sec_def custom_fallback_def; variable9310 if (prog->sec_def != &custom_fallback_def) in bpf_program__set_type()9534 sec_def = &custom_fallback_def; in libbpf_register_prog_handler()9567 if (has_custom_fallback_def && custom_fallback_def.handler_id == handler_id) { in libbpf_unregister_prog_handler()9568 memset(&custom_fallback_def, 0, sizeof(custom_fallback_def)); in libbpf_unregister_prog_handler()9646 return &custom_fallback_def; in find_sec_def()