Home
last modified time | relevance | path

Searched refs:bpf_local_storage_alloc (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/linux/
Dbpf_local_storage.h165 bpf_local_storage_alloc(void *owner,
/Linux-v6.6/kernel/bpf/
Dbpf_local_storage.c474 int bpf_local_storage_alloc(void *owner, in bpf_local_storage_alloc() function
583 err = bpf_local_storage_alloc(owner, smap, selem, gfp_flags); in bpf_local_storage_update()
/Linux-v6.6/net/core/
Dbpf_sk_storage.c198 ret = bpf_local_storage_alloc(newsk, smap, copy_selem, GFP_ATOMIC); in bpf_sk_storage_clone()