Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/
Dnetcnt_prog.c34 cnt = bpf_get_local_storage(&netcnt, 0); in bpf_nextcnt()
35 percpu_cnt = bpf_get_local_storage(&percpu_netcnt, 0); in bpf_nextcnt()
Dbpf_helpers.h149 static void *(*bpf_get_local_storage)(void *map, unsigned long long flags) = variable