Searched refs:orig_masked (Results 1 – 1 of 1) sorted by relevance
1413 struct bpf_insn orig_masked; in compare_masked_insn() local1415 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()