Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dbpf.h1724 struct bpf_map_value_off_desc *bpf_map_kptr_off_contains(struct bpf_map *map, u32 offset);
/Linux-v6.1/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.c6386 off_desc = bpf_map_kptr_off_contains(reg->map_ptr, reg->off + reg->var_off.value); in btf_check_func_arg_match()
Dverifier.c4768 kptr_off_desc = bpf_map_kptr_off_contains(reg->map_ptr, in check_mem_access()
5568 off_desc = bpf_map_kptr_off_contains(map_ptr, kptr_off); in process_kptr_func()