Home
last modified time | relevance | path

Searched refs:func_ptr_types (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/bpf/
H A Dverifier.c8000 static const struct bpf_reg_types func_ptr_types = { .types = { PTR_TO_FUNC } }; in check_load_mem()
8037 [ARG_PTR_TO_FUNC] = &func_ptr_types, in check_atomic_rmw()
9401 static const struct bpf_reg_types func_ptr_types = { .types = { PTR_TO_FUNC } }; global() variable