Home
last modified time | relevance | path

Searched refs:bpf_map_kptr_off_contains (Results 1 – 3 of 3) sorted by relevance

/kernel/bpf/
Dsyscall.c511 struct bpf_map_value_off_desc *bpf_map_kptr_off_contains(struct bpf_map *map, u32 offset) in bpf_map_kptr_off_contains() function
Dbtf.c6407 off_desc = bpf_map_kptr_off_contains(reg->map_ptr, reg->off + reg->var_off.value); in btf_check_func_arg_match()
Dverifier.c5021 kptr_off_desc = bpf_map_kptr_off_contains(reg->map_ptr, in check_mem_access()
5822 off_desc = bpf_map_kptr_off_contains(map_ptr, kptr_off); in process_kptr_func()