Home
last modified time | relevance | path

Searched refs:bpf_map_ops (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dqueue_stack_maps.c269 const struct bpf_map_ops queue_map_ops = {
285 const struct bpf_map_ops stack_map_ops = {
H A Darraymap.c750 const struct bpf_map_ops array_map_ops = {
775 const struct bpf_map_ops percpu_array_map_ops = {
1139 const struct bpf_map_ops prog_array_map_ops = {
1245 const struct bpf_map_ops perf_event_array_map_ops = {
1281 const struct bpf_map_ops cgroup_array_map_ops = {
1367 const struct bpf_map_ops array_of_maps_map_ops = {
H A Dbpf_inode_storage.c202 const struct bpf_map_ops inode_storage_map_ops = {
H A Dbloom_filter.c204 const struct bpf_map_ops bloom_filter_map_ops = {
H A Dbpf_cgrp_storage.c207 const struct bpf_map_ops cgrp_storage_map_ops = {
H A Dringbuf.c351 const struct bpf_map_ops ringbuf_map_ops = {
366 const struct bpf_map_ops user_ringbuf_map_ops = {
H A Dbpf_task_storage.c321 const struct bpf_map_ops task_storage_map_ops = {
H A Dreuseport_array.c343 const struct bpf_map_ops reuseport_array_ops = {
H A Dhashtab.c2280 const struct bpf_map_ops htab_map_ops = {
2301 const struct bpf_map_ops htab_lru_map_ops = {
2455 const struct bpf_map_ops htab_percpu_map_ops = {
2475 const struct bpf_map_ops htab_lru_percpu_map_ops = {
2615 const struct bpf_map_ops htab_of_maps_map_ops = {
H A Ddevmap.c1037 const struct bpf_map_ops dev_map_ops = {
1051 const struct bpf_map_ops dev_map_hash_ops = {
H A Dlocal_storage.c457 const struct bpf_map_ops cgroup_storage_map_ops = {
H A Dlpm_trie.c752 const struct bpf_map_ops trie_map_ops = {
H A Dcpumap.c654 const struct bpf_map_ops cpu_map_ops = {
H A Dstackmap.c680 const struct bpf_map_ops stack_trace_map_ops = {
H A Dbpf_struct_ops.c717 const struct bpf_map_ops bpf_struct_ops_map_ops = {
H A Dsyscall.c63 static const struct bpf_map_ops * const bpf_map_types[] = {
106 const struct bpf_map_ops bpf_map_offload_ops = {
1138 const struct bpf_map_ops *ops; in map_create()
H A Dverifier.c18893 const struct bpf_map_ops *ops; in do_misc_fixups()
/openbmc/linux/net/xdp/
H A Dxskmap.c267 const struct bpf_map_ops xsk_map_ops = {
/openbmc/linux/include/linux/
H A Dbpf.h75 struct bpf_map_ops { struct
251 const struct bpf_map_ops *ops ____cacheline_aligned;
573 extern const struct bpf_map_ops bpf_map_offload_ops;
2058 extern const struct bpf_map_ops _ops;
/openbmc/linux/net/core/
H A Dsock_map.c826 const struct bpf_map_ops sock_map_ops = {
1442 const struct bpf_map_ops sock_hash_ops = {
H A Dbpf_sk_storage.c307 const struct bpf_map_ops sk_storage_map_ops = {