Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_local_storage.h76 struct bpf_local_storage_elem { struct
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; in bpf_local_storage_lookup()
175 struct bpf_local_storage_elem *selem);
180 struct bpf_local_storage_elem *selem);
182 struct bpf_local_storage_elem *
186 void bpf_selem_free(struct bpf_local_storage_elem *selem,
[all …]
/linux/kernel/bpf/
H A Dbpf_local_storage.c22 struct bpf_local_storage_elem *selem) in select_bucket()
74 struct bpf_local_storage_elem *
78 struct bpf_local_storage_elem *selem; in bpf_selem_alloc()
190 struct bpf_local_storage_elem *selem; in __bpf_selem_free_trace_rcu()
211 struct bpf_local_storage_elem *selem; in bpf_selem_free_rcu()
254 struct bpf_local_storage_elem *selem, in bpf_selem_unlink_storage_nolock()
309 struct bpf_local_storage_elem *selem) in check_storage_bpf_ma()
371 struct bpf_local_storage_elem *selem) in bpf_selem_link_storage_nolock()
396 struct bpf_local_storage_elem *selem) in bpf_selem_link_map()
707 struct bpf_local_storage_elem *selem; in bpf_local_storage_destroy()
[all …]
/linux/net/core/
H A Dbpf_sk_storage.c133 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()
583 struct bpf_local_storage_elem *selem; in bpf_sk_storage_diag_put_all()
703 static struct bpf_local_storage_elem *
705 struct bpf_local_storage_elem *prev_selem) in bpf_sk_storage_map_seq_find_next()
709 struct bpf_local_storage_elem *selem; in bpf_sk_storage_map_seq_find_next()
766 struct bpf_local_storage_elem *selem; in bpf_sk_storage_map_seq_start()
[all …]
/linux/include/net/
H A Dbpf_sk_storage.h26 struct bpf_local_storage_elem;