Home
last modified time | relevance | path

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

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