Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dlib.rs258 #![cfg_attr(not(check_cfg), allow(unexpected_cfgs))]
/linux/kernel/bpf/
H A Dverifier.c18307 static int check_cfg(struct bpf_verifier_env *env) in check_cfg() function
25227 ret = check_cfg(env); in bpf_check()