Symbol: bpf_map_ops
include/linux/bpf.h
2691
extern const struct bpf_map_ops _ops;
include/linux/bpf.h
303
const struct bpf_map_ops *ops;
include/linux/bpf.h
737
extern const struct bpf_map_ops bpf_map_offload_ops;
kernel/bpf/arena.c
631
const struct bpf_map_ops arena_map_ops = {
kernel/bpf/arraymap.c
1216
const struct bpf_map_ops prog_array_map_ops = {
kernel/bpf/arraymap.c
1322
const struct bpf_map_ops perf_event_array_map_ops = {
kernel/bpf/arraymap.c
1358
const struct bpf_map_ops cgroup_array_map_ops = {
kernel/bpf/arraymap.c
1444
const struct bpf_map_ops array_of_maps_map_ops = {
kernel/bpf/arraymap.c
801
const struct bpf_map_ops array_map_ops = {
kernel/bpf/arraymap.c
827
const struct bpf_map_ops percpu_array_map_ops = {
kernel/bpf/bloom_filter.c
204
const struct bpf_map_ops bloom_filter_map_ops = {
kernel/bpf/bpf_cgrp_storage.c
160
const struct bpf_map_ops cgrp_storage_map_ops = {
kernel/bpf/bpf_inode_storage.c
198
const struct bpf_map_ops inode_storage_map_ops = {
kernel/bpf/bpf_insn_array.c
136
const struct bpf_map_ops insn_array_map_ops = {
kernel/bpf/bpf_struct_ops.c
1154
const struct bpf_map_ops bpf_struct_ops_map_ops = {
kernel/bpf/bpf_task_storage.c
223
const struct bpf_map_ops task_storage_map_ops = {
kernel/bpf/core.c
3426
__weak const struct bpf_map_ops arena_map_ops;
kernel/bpf/cpumap.c
709
const struct bpf_map_ops cpu_map_ops = {
kernel/bpf/devmap.c
1087
const struct bpf_map_ops dev_map_ops = {
kernel/bpf/devmap.c
1102
const struct bpf_map_ops dev_map_hash_ops = {
kernel/bpf/fixups.c
1489
const struct bpf_map_ops *ops;
kernel/bpf/hashtab.c
2358
const struct bpf_map_ops htab_map_ops = {
kernel/bpf/hashtab.c
2380
const struct bpf_map_ops htab_lru_map_ops = {
kernel/bpf/hashtab.c
2561
const struct bpf_map_ops htab_percpu_map_ops = {
kernel/bpf/hashtab.c
2583
const struct bpf_map_ops htab_lru_percpu_map_ops = {
kernel/bpf/hashtab.c
2729
const struct bpf_map_ops htab_of_maps_map_ops = {
kernel/bpf/hashtab.c
3515
const struct bpf_map_ops rhtab_map_ops = {
kernel/bpf/local_storage.c
461
const struct bpf_map_ops cgroup_storage_map_ops = {
kernel/bpf/lpm_trie.c
775
const struct bpf_map_ops trie_map_ops = {
kernel/bpf/queue_stack_maps.c
258
const struct bpf_map_ops queue_map_ops = {
kernel/bpf/queue_stack_maps.c
274
const struct bpf_map_ops stack_map_ops = {
kernel/bpf/reuseport_array.c
343
const struct bpf_map_ops reuseport_array_ops = {
kernel/bpf/ringbuf.c
378
const struct bpf_map_ops ringbuf_map_ops = {
kernel/bpf/ringbuf.c
393
const struct bpf_map_ops user_ringbuf_map_ops = {
kernel/bpf/stackmap.c
1038
const struct bpf_map_ops stack_trace_map_ops = {
kernel/bpf/syscall.c
115
const struct bpf_map_ops bpf_map_offload_ops = {
kernel/bpf/syscall.c
1374
const struct bpf_map_ops *ops;
kernel/bpf/syscall.c
72
static const struct bpf_map_ops * const bpf_map_types[] = {
net/core/bpf_sk_storage.c
312
const struct bpf_map_ops sk_storage_map_ops = {
net/core/sock_map.c
1447
const struct bpf_map_ops sock_hash_ops = {
net/core/sock_map.c
831
const struct bpf_map_ops sock_map_ops = {
net/xdp/xskmap.c
271
const struct bpf_map_ops xsk_map_ops = {