Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbpf_local_storage.h24 struct bpf_local_storage_map_bucket { struct
55 struct bpf_local_storage_map_bucket *buckets;
/linux-6.15/kernel/bpf/
H A Dbpf_local_storage.c20 static struct bpf_local_storage_map_bucket *
415 struct bpf_local_storage_map_bucket *b; in bpf_selem_unlink_map()
433 struct bpf_local_storage_map_bucket *b = select_bucket(smap, selem); in bpf_selem_link_map()
866 struct bpf_local_storage_map_bucket *b; in bpf_local_storage_map_free()
/linux-6.15/net/core/
H A Dbpf_sk_storage.c706 struct bpf_local_storage_map_bucket *b; in bpf_sk_storage_map_seq_find_next()