Searched refs:bpf_local_storage_elem (Results 1 – 6 of 6) sorted by relevance
68 struct bpf_local_storage_elem { struct96 sizeof(struct bpf_local_storage_elem)), \97 (U16_MAX - sizeof(struct bpf_local_storage_elem)))100 container_of((_SDATA), struct bpf_local_storage_elem, sdata)138 struct bpf_local_storage_elem *selem);141 struct bpf_local_storage_elem *selem,144 void bpf_selem_unlink(struct bpf_local_storage_elem *selem);147 struct bpf_local_storage_elem *selem);149 void bpf_selem_unlink_map(struct bpf_local_storage_elem *selem);151 struct bpf_local_storage_elem *[all …]
19 struct bpf_local_storage_elem *selem) in select_bucket()51 static bool selem_linked_to_storage(const struct bpf_local_storage_elem *selem) in selem_linked_to_storage()56 static bool selem_linked_to_map(const struct bpf_local_storage_elem *selem) in selem_linked_to_map()61 struct bpf_local_storage_elem *65 struct bpf_local_storage_elem *selem; in bpf_selem_alloc()89 struct bpf_local_storage_elem *selem, in bpf_selem_unlink_storage_nolock()139 static void __bpf_selem_unlink_storage(struct bpf_local_storage_elem *selem) in __bpf_selem_unlink_storage()161 struct bpf_local_storage_elem *selem) in bpf_selem_link_storage_nolock()167 void bpf_selem_unlink_map(struct bpf_local_storage_elem *selem) in bpf_selem_unlink_map()186 struct bpf_local_storage_elem *selem) in bpf_selem_link_map()[all …]
57 struct bpf_local_storage_elem *selem; in bpf_inode_storage_free()
72 struct bpf_local_storage_elem *selem; in bpf_task_storage_free()
49 struct bpf_local_storage_elem *selem; in bpf_sk_storage_free()166 static struct bpf_local_storage_elem *169 struct bpf_local_storage_elem *selem) in bpf_sk_storage_clone_elem()171 struct bpf_local_storage_elem *copy_selem; in bpf_sk_storage_clone_elem()191 struct bpf_local_storage_elem *selem; in bpf_sk_storage_clone()203 struct bpf_local_storage_elem *copy_selem; in bpf_sk_storage_clone()608 struct bpf_local_storage_elem *selem; in bpf_sk_storage_diag_put_all()728 static struct bpf_local_storage_elem *730 struct bpf_local_storage_elem *prev_selem) in bpf_sk_storage_map_seq_find_next()734 struct bpf_local_storage_elem *selem; in bpf_sk_storage_map_seq_find_next()[all …]
26 struct bpf_local_storage_elem;