Searched refs:bpf_copy_insn_array_uniq (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | cfg.c | 233 int bpf_copy_insn_array_uniq(struct bpf_map *map, u32 start, u32 end, u32 *off) in bpf_copy_insn_array_uniq() function 258 n = bpf_copy_insn_array_uniq(map, 0, map->max_entries - 1, jt->items); in jt_from_map()
|
| H A D | verifier.c | 17561 n = bpf_copy_insn_array_uniq(map, min_index, max_index, env->gotox_tmp_buf->items); in check_indirect_jump()
|
| /linux/include/linux/ |
| H A D | bpf_verifier.h | 1394 int bpf_copy_insn_array_uniq(struct bpf_map *map, u32 start, u32 end, u32 *off);
|