Home
last modified time | relevance | path

Searched refs:bpf_local_storage_elem (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf_local_storage.h68 struct bpf_local_storage_elem { struct
96 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)
137 struct bpf_local_storage_elem *selem);
140 struct bpf_local_storage_elem *selem,
143 void bpf_selem_unlink(struct bpf_local_storage_elem *selem);
146 struct bpf_local_storage_elem *selem);
148 void bpf_selem_unlink_map(struct bpf_local_storage_elem *selem);
150 struct bpf_local_storage_elem *
[all …]
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbpf_local_storage.c19 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()
88 struct bpf_local_storage_elem *selem, in bpf_selem_unlink_storage_nolock()
138 static void __bpf_selem_unlink_storage(struct bpf_local_storage_elem *selem) in __bpf_selem_unlink_storage()
159 struct bpf_local_storage_elem *selem) in bpf_selem_link_storage_nolock()
165 void bpf_selem_unlink_map(struct bpf_local_storage_elem *selem) in bpf_selem_unlink_map()
183 struct bpf_local_storage_elem *selem) in bpf_selem_link_map()
[all …]
H A Dbpf_inode_storage.c57 struct bpf_local_storage_elem *selem; in bpf_inode_storage_free()
/OK3568_Linux_fs/kernel/net/core/
H A Dbpf_sk_storage.c48 struct bpf_local_storage_elem *selem; in bpf_sk_storage_free()
165 static struct bpf_local_storage_elem *
168 struct bpf_local_storage_elem *selem) in bpf_sk_storage_clone_elem()
170 struct bpf_local_storage_elem *copy_selem; in bpf_sk_storage_clone_elem()
190 struct bpf_local_storage_elem *selem; in bpf_sk_storage_clone()
202 struct bpf_local_storage_elem *copy_selem; in bpf_sk_storage_clone()
535 struct bpf_local_storage_elem *selem; in bpf_sk_storage_diag_put_all()
655 static struct bpf_local_storage_elem *
657 struct bpf_local_storage_elem *prev_selem) in bpf_sk_storage_map_seq_find_next()
661 struct bpf_local_storage_elem *selem; in bpf_sk_storage_map_seq_find_next()
[all …]
/OK3568_Linux_fs/kernel/include/net/
H A Dbpf_sk_storage.h24 struct bpf_local_storage_elem;