Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/
Dtest_verifier.c1413 struct bpf_insn orig_masked; in compare_masked_insn() local
1415 memcpy(&orig_masked, orig, sizeof(orig_masked)); in compare_masked_insn()
1417 orig_masked.imm = INSN_IMM_MASK; in compare_masked_insn()
1419 orig_masked.off = INSN_OFF_MASK; in compare_masked_insn()
1421 return memcmp(&orig_masked, masked, sizeof(orig_masked)) == 0; in compare_masked_insn()