Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dbpf_local_storage.h160 bpf_local_storage_alloc(void *owner,
/Linux-v6.1/kernel/bpf/
Dbpf_local_storage.c292 int bpf_local_storage_alloc(void *owner, in bpf_local_storage_alloc() function
393 err = bpf_local_storage_alloc(owner, smap, selem, gfp_flags); in bpf_local_storage_update()
/Linux-v6.1/net/core/
Dbpf_sk_storage.c233 ret = bpf_local_storage_alloc(newsk, smap, copy_selem, GFP_ATOMIC); in bpf_sk_storage_clone()