Home
last modified time | relevance | path

Searched refs:old_data (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c10334 struct bpf_insn_aux_data *old_data = env->insn_aux_data; in adjust_insn_aux_data() local
10336 u32 old_seen = old_data[off].seen; in adjust_insn_aux_data()
10344 old_data[off].zext_dst = insn_has_def32(env, insn + off + cnt - 1); in adjust_insn_aux_data()
10351 memcpy(new_data, old_data, sizeof(struct bpf_insn_aux_data) * off); in adjust_insn_aux_data()
10352 memcpy(new_data + off + cnt - 1, old_data + off, sizeof(struct bpf_insn_aux_data) * (prog_len - off - cnt + 1)); in adjust_insn_aux_data()
10359 vfree(old_data); in adjust_insn_aux_data()

Completed in 16 milliseconds