Searched refs:bpf_selem_alloc (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/kernel/bpf/ |
| D | bpf_local_storage.c | 65 bpf_selem_alloc(struct bpf_local_storage_map *smap, void *owner, in bpf_selem_alloc() function 389 selem = bpf_selem_alloc(smap, owner, value, true, gfp_flags); in bpf_local_storage_update() 421 selem = bpf_selem_alloc(smap, owner, value, true, gfp_flags); in bpf_local_storage_update() 461 selem = bpf_selem_alloc(smap, owner, value, !old_sdata, gfp_flags); in bpf_local_storage_update()
|
| /Linux-v6.1/include/linux/ |
| D | bpf_local_storage.h | 156 bpf_selem_alloc(struct bpf_local_storage_map *smap, void *owner, void *value,
|
| /Linux-v6.1/net/core/ |
| D | bpf_sk_storage.c | 175 copy_selem = bpf_selem_alloc(smap, newsk, NULL, true, GFP_ATOMIC); in bpf_sk_storage_clone_elem()
|