Searched refs:bpf_selem_free (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/kernel/bpf/ |
| D | bpf_local_storage.c | 225 void bpf_selem_free(struct bpf_local_storage_elem *selem, in bpf_selem_free() function 299 bpf_selem_free(selem, smap, reuse_now); in bpf_selem_unlink_storage_nolock() 585 bpf_selem_free(selem, smap, true); in bpf_local_storage_update() 660 bpf_selem_free(alloc_selem, smap, true); in bpf_local_storage_update()
|
| /Linux-v6.6/include/linux/ |
| D | bpf_local_storage.h | 160 void bpf_selem_free(struct bpf_local_storage_elem *selem,
|
| /Linux-v6.6/net/core/ |
| D | bpf_sk_storage.c | 200 bpf_selem_free(copy_selem, smap, true); in bpf_sk_storage_clone()
|