Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h2409 static inline bool bpf_allow_ptr_leaks(const struct bpf_token *token) in bpf_allow_ptr_leaks() function
/linux/kernel/bpf/
H A Dverifier.c23071 env->allow_ptr_leaks = bpf_allow_ptr_leaks(env->prog->aux->token); in bpf_check()