Searched refs:bpf_local_storage_elem (Results 1 – 4 of 4) sorted by relevance
77 struct bpf_local_storage_elem { struct116 sizeof(struct bpf_local_storage_elem)), \117 (U16_MAX - sizeof(struct bpf_local_storage_elem)))120 container_of((_SDATA), struct bpf_local_storage_elem, sdata)145 struct bpf_local_storage_elem *selem);153 struct bpf_local_storage_elem *selem; in bpf_local_storage_lookup()185 struct bpf_local_storage_elem *selem);187 int bpf_selem_unlink(struct bpf_local_storage_elem *selem);191 struct bpf_local_storage_elem *selem);193 struct bpf_local_storage_elem *[all …]
54 static bool selem_linked_to_storage_lockless(const struct bpf_local_storage_elem *selem) in selem_linked_to_storage_lockless()59 static bool selem_linked_to_storage(const struct bpf_local_storage_elem *selem) in selem_linked_to_storage()64 static bool selem_linked_to_map(const struct bpf_local_storage_elem *selem) in selem_linked_to_map()69 struct bpf_local_storage_elem *73 struct bpf_local_storage_elem *selem; in bpf_selem_alloc()169 struct bpf_local_storage_elem *selem; in __bpf_selem_free_rcu()172 selem = container_of(rcu, struct bpf_local_storage_elem, rcu); in __bpf_selem_free_rcu()192 static void __bpf_selem_free(struct bpf_local_storage_elem *selem, in __bpf_selem_free()203 struct bpf_local_storage_elem *selem; in bpf_selem_free_rcu()206 selem = container_of(rcu, struct bpf_local_storage_elem, rcu); in bpf_selem_free_rcu()[all …]
133 static struct bpf_local_storage_elem *136 struct bpf_local_storage_elem *selem) in bpf_sk_storage_clone_elem()138 struct bpf_local_storage_elem *copy_selem; in bpf_sk_storage_clone_elem()158 struct bpf_local_storage_elem *selem; in bpf_sk_storage_clone()170 struct bpf_local_storage_elem *copy_selem; in bpf_sk_storage_clone()580 struct bpf_local_storage_elem *selem; in bpf_sk_storage_diag_put_all()700 static struct bpf_local_storage_elem *702 struct bpf_local_storage_elem *prev_selem) in bpf_sk_storage_map_seq_find_next()706 struct bpf_local_storage_elem *selem; in bpf_sk_storage_map_seq_find_next()723 struct bpf_local_storage_elem, map_node); in bpf_sk_storage_map_seq_find_next()[all …]
26 struct bpf_local_storage_elem;