Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Ddiagnostics.h100 void bpf_diag_mod_end(struct bpf_verifier_env *env);
H A Dverifier.c3454 bpf_diag_mod_end(env); in save_register_state()
4191 bpf_diag_mod_end(env); in check_stack_arg_write()
4226 bpf_diag_mod_end(env); in check_stack_arg_read()
6625 bpf_diag_mod_end(env); in check_load_mem()
6737 bpf_diag_mod_end(env); in check_atomic_rmw()
9506 bpf_diag_mod_end(env); in invalidate_rcu_protected_refs()
9529 bpf_diag_mod_end(env); in ref_convert_alloc_rcu_protected()
9914 bpf_diag_mod_end(env); in check_func_call()
10315 bpf_diag_mod_end(env); in prepare_func_exit()
11153 bpf_diag_mod_end(env); in check_helper_call()
[all …]
H A Ddiagnostics.c1636 void bpf_diag_mod_end(struct bpf_verifier_env *env) in bpf_diag_mod_end() function