Searched refs:orig_masked (Results 1 – 1 of 1) sorted by relevance
1303 struct bpf_insn orig_masked; in compare_masked_insn() local1305 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()
Completed in 6 milliseconds