Home
last modified time | relevance | path

Searched refs:bpf_local_storage_map_check_btf (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dbpf_local_storage.h179 int bpf_local_storage_map_check_btf(struct bpf_map *map,
/linux/kernel/bpf/
H A Dbpf_inode_storage.c199 .map_check_btf = bpf_local_storage_map_check_btf,
H A Dbpf_cgrp_storage.c170 .map_check_btf = bpf_local_storage_map_check_btf, in BPF_CALL_5()
H A Dbpf_task_storage.c233 .map_check_btf = bpf_local_storage_map_check_btf, in BPF_CALL_5()
H A Dbpf_local_storage.c804 int bpf_local_storage_map_check_btf(struct bpf_map *map, in bpf_local_storage_map_check_btf() function
/linux/net/core/
H A Dbpf_sk_storage.c324 .map_check_btf = bpf_local_storage_map_check_btf,