Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dbpf.h1724 struct bpf_map_value_off_desc *bpf_map_kptr_off_contains(struct bpf_map *map, u32 offset);
/linux-6.1.9/kernel/bpf/
Dsyscall.c509 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.c6391 off_desc = bpf_map_kptr_off_contains(reg->map_ptr, reg->off + reg->var_off.value); in btf_check_func_arg_match()
Dverifier.c4784 kptr_off_desc = bpf_map_kptr_off_contains(reg->map_ptr, in check_mem_access()
5585 off_desc = bpf_map_kptr_off_contains(map_ptr, kptr_off); in process_kptr_func()