PTR_TO_FUNC
[PTR_TO_FUNC] = "func",
if (reg->type != PTR_TO_FUNC) {
case PTR_TO_FUNC:
dst_reg->type = PTR_TO_FUNC;
aux->ptr_type = PTR_TO_FUNC;
case PTR_TO_FUNC:
static const struct bpf_reg_types func_ptr_types = { .types = { PTR_TO_FUNC } };