Home
last modified time | relevance | path

Searched refs:bpf_get_local_storage (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/kernel/bpf/
Dhelpers.c199 BPF_CALL_2(bpf_get_local_storage, struct bpf_map *, map, u64, flags) in BPF_CALL_2() argument
210 .func = bpf_get_local_storage,
/Linux-v4.19/tools/testing/selftests/bpf/
Dbpf_helpers.h140 static void *(*bpf_get_local_storage)(void *map, unsigned long long flags) = variable