Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/
Dtest_verifier.c1303 struct bpf_insn orig_masked; in compare_masked_insn() local
1305 memcpy(&orig_masked, orig, sizeof(orig_masked)); in compare_masked_insn()
1307 orig_masked.imm = INSN_IMM_MASK; in compare_masked_insn()
1309 orig_masked.off = INSN_OFF_MASK; in compare_masked_insn()
1311 return memcmp(&orig_masked, masked, sizeof(orig_masked)) == 0; in compare_masked_insn()