Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dbpf.h1495 struct bpf_map_value_off_desc *bpf_map_kptr_off_contains(struct bpf_map *map, u32 offset);
/linux-5.19.10/kernel/bpf/
Dsyscall.c489 struct bpf_map_value_off_desc *bpf_map_kptr_off_contains(struct bpf_map *map, u32 offset) in bpf_map_kptr_off_contains() function
Dverifier.c4736 kptr_off_desc = bpf_map_kptr_off_contains(reg->map_ptr, in check_mem_access()
5517 off_desc = bpf_map_kptr_off_contains(map_ptr, kptr_off); in process_kptr_func()
Dbtf.c6153 off_desc = bpf_map_kptr_off_contains(reg->map_ptr, reg->off + reg->var_off.value); in btf_check_func_arg_match()