Searched refs:custom_fallback_def (Results 1 – 1 of 1) sorted by relevance
8547 static struct bpf_sec_def custom_fallback_def; variable8577 sec_def = &custom_fallback_def; in libbpf_register_prog_handler()8610 if (has_custom_fallback_def && custom_fallback_def.handler_id == handler_id) { in libbpf_unregister_prog_handler()8611 memset(&custom_fallback_def, 0, sizeof(custom_fallback_def)); in libbpf_unregister_prog_handler()8685 return &custom_fallback_def; in find_sec_def()