Home
last modified time | relevance | path

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

/linux/kernel/bpf/
A Dbpf_local_storage.c62 bpf_selem_alloc(struct bpf_local_storage_map *smap, void *owner, in bpf_selem_alloc() function
352 selem = bpf_selem_alloc(smap, owner, value, true); in bpf_local_storage_update()
417 selem = bpf_selem_alloc(smap, owner, value, !old_sdata); in bpf_local_storage_update()
/linux/include/linux/
A Dbpf_local_storage.h152 bpf_selem_alloc(struct bpf_local_storage_map *smap, void *owner, void *value,
/linux/net/core/
A Dbpf_sk_storage.c173 copy_selem = bpf_selem_alloc(smap, newsk, NULL, true); in bpf_sk_storage_clone_elem()

Completed in 6 milliseconds