Searched refs:bpf_local_storage_elem (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dbpf_local_storage.h29 /* Thp map is not the primary owner of a bpf_local_storage_elem.
76 struct bpf_local_storage_elem { struct
91 struct hlist_head list; /* List of bpf_local_storage_elem */
93 * bpf_local_storage_elem.
105 sizeof(struct bpf_local_storage_elem)), \
106 (U16_MAX - sizeof(struct bpf_local_storage_elem)))
109 container_of((_SDATA), struct bpf_local_storage_elem, sdata)
134 struct bpf_local_storage_elem *selem);
142 struct bpf_local_storage_elem *selem;
175 struct bpf_local_storage_elem *sele
[all...]
/linux-master/kernel/bpf/
H A Dbpf_local_storage.c22 struct bpf_local_storage_elem *selem)
54 static bool selem_linked_to_storage_lockless(const struct bpf_local_storage_elem *selem)
59 static bool selem_linked_to_storage(const struct bpf_local_storage_elem *selem)
64 static bool selem_linked_to_map_lockless(const struct bpf_local_storage_elem *selem)
69 static bool selem_linked_to_map(const struct bpf_local_storage_elem *selem)
74 struct bpf_local_storage_elem *
78 struct bpf_local_storage_elem *selem;
190 struct bpf_local_storage_elem *selem;
192 selem = container_of(rcu, struct bpf_local_storage_elem, rcu);
200 static void __bpf_selem_free(struct bpf_local_storage_elem *sele
[all...]
/linux-master/include/net/
H A Dbpf_sk_storage.h26 struct bpf_local_storage_elem;
/linux-master/net/core/
H A Dbpf_sk_storage.c133 static struct bpf_local_storage_elem *
136 struct bpf_local_storage_elem *selem)
138 struct bpf_local_storage_elem *copy_selem;
158 struct bpf_local_storage_elem *selem;
170 struct bpf_local_storage_elem *copy_selem;
588 struct bpf_local_storage_elem *selem;
708 static struct bpf_local_storage_elem *
710 struct bpf_local_storage_elem *prev_selem)
714 struct bpf_local_storage_elem *selem;
731 struct bpf_local_storage_elem, map_nod
[all...]

Completed in 201 milliseconds