Searched refs:orig_masked (Results 1 – 1 of 1) sorted by relevance
1364 struct bpf_insn orig_masked; in compare_masked_insn() local1366 memcpy(&orig_masked, orig, sizeof(orig_masked)); in compare_masked_insn()1368 orig_masked.imm = INSN_IMM_MASK; in compare_masked_insn()1370 orig_masked.off = INSN_OFF_MASK; in compare_masked_insn()1372 return memcmp(&orig_masked, masked, sizeof(orig_masked)) == 0; in compare_masked_insn()