Home
last modified time | relevance | path

Searched refs:first_selem (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/kernel/bpf/
H A Dbpf_local_storage.c485 struct bpf_local_storage_elem *first_selem, in bpf_local_storage_alloc() argument
511 bpf_selem_link_storage_nolock(storage, first_selem); in bpf_local_storage_alloc()
512 bpf_selem_link_map(smap, first_selem); in bpf_local_storage_alloc()
528 bpf_selem_unlink_map(first_selem); in bpf_local_storage_alloc()
/linux-6.15/include/linux/
H A Dbpf_local_storage.h199 struct bpf_local_storage_elem *first_selem,