Home
last modified time | relevance | path

Searched defs:check_unexpected (Results 1 – 2 of 2) sorted by relevance

/linux/rust/syn/
H A Dparse.rs1159 fn check_unexpected(&self) -> Result<()> { in check_unexpected() method
/linux/tools/testing/selftests/bpf/
H A Dtest_verifier.c1462 bool check_unexpected = !is_null_insn(test->unexpected_insns); in check_xlated_program() local