__bpf_tc_detach
static int __bpf_tc_detach(const struct bpf_tc_hook *hook,
return libbpf_err(__bpf_tc_detach(hook, NULL, true));
ret = __bpf_tc_detach(hook, opts, false);