Searched refs:bpf_selem_alloc (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/kernel/bpf/ |
D | bpf_local_storage.c | 62 bpf_selem_alloc(struct bpf_local_storage_map *smap, void *owner, in bpf_selem_alloc() function 344 selem = bpf_selem_alloc(smap, owner, value, true); in bpf_local_storage_update() 409 selem = bpf_selem_alloc(smap, owner, value, !old_sdata); in bpf_local_storage_update()
|
/Linux-v5.10/include/linux/ |
D | bpf_local_storage.h | 151 bpf_selem_alloc(struct bpf_local_storage_map *smap, void *owner, void *value,
|
/Linux-v5.10/net/core/ |
D | bpf_sk_storage.c | 184 copy_selem = bpf_selem_alloc(smap, newsk, NULL, true); in bpf_sk_storage_clone_elem()
|