Searched refs:bpf_selem_free (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | bpf_local_storage.c | 91 * No need to use zero_map_value. The bpf_selem_free() in bpf_selem_alloc() 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()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bpf_local_storage.h | 160 void bpf_selem_free(struct bpf_local_storage_elem *selem,
|
/kernel/linux/linux-6.6/net/core/ |
H A D | bpf_sk_storage.c | 200 bpf_selem_free(copy_selem, smap, true); in bpf_sk_storage_clone()
|
Completed in 3 milliseconds