Searched refs:selem_alloc (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/net/core/ |
| D | bpf_sk_storage.c | 121 static struct bpf_sk_storage_elem *selem_alloc(struct bpf_sk_storage_map *smap, in selem_alloc() function 412 selem = selem_alloc(smap, sk, value, true); in sk_storage_update() 474 selem = selem_alloc(smap, sk, value, !old_sdata); in sk_storage_update() 758 copy_selem = selem_alloc(smap, newsk, NULL, true); in bpf_sk_storage_clone_elem()
|