Searched refs:local_storage (Results 1 – 4 of 4) sorted by relevance
21 struct local_storage { struct30 __type(value, struct local_storage); argument37 __type(value, struct local_storage);44 __type(value, struct local_storage);66 struct local_storage *storage; in BPF_PROG()98 local_storage = task->bpf_storage; in BPF_PROG()99 if (!local_storage || local_storage->smap) in BPF_PROG()112 struct local_storage *storage; in BPF_PROG()142 struct local_storage *storage; in BPF_PROG()188 struct local_storage *storage; in BPF_PROG()[all …]
23 int BPF_PROG(bpf_local_storage_destroy, struct bpf_local_storage *local_storage) in BPF_PROG() argument27 if (local_storage_ptr != local_storage) in BPF_PROG()
26 static int run_self_unlink(struct local_storage *skel, const char *rm_path) in run_self_unlink()95 struct local_storage *skel = NULL; in test_test_local_storage()
44 function local_storage() function
Completed in 7 milliseconds