Searched refs:bpf_get_local_storage (Results 1 – 2 of 2) sorted by relevance
34 cnt = bpf_get_local_storage(&netcnt, 0); in bpf_nextcnt()35 percpu_cnt = bpf_get_local_storage(&percpu_netcnt, 0); in bpf_nextcnt()
149 static void *(*bpf_get_local_storage)(void *map, unsigned long long flags) = variable