Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_local_storage.h189 bpf_selem_alloc(struct bpf_local_storage_map *smap, void *owner, void *value,
/linux/kernel/bpf/
H A Dbpf_local_storage.c75 bpf_selem_alloc(struct bpf_local_storage_map *smap, void *owner, in bpf_selem_alloc() function
585 selem = bpf_selem_alloc(smap, owner, value, true, swap_uptrs, gfp_flags); in bpf_local_storage_update()
619 alloc_selem = selem = bpf_selem_alloc(smap, owner, value, true, swap_uptrs, gfp_flags); in bpf_local_storage_update()
/linux/net/core/
H A Dbpf_sk_storage.c141 copy_selem = bpf_selem_alloc(smap, newsk, NULL, true, false, GFP_ATOMIC); in bpf_sk_storage_clone_elem()