Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Darraymap.c447 const struct bpf_map_ops array_map_ops = {
462 const struct bpf_map_ops percpu_array_map_ops = {
628 const struct bpf_map_ops prog_array_map_ops = {
718 const struct bpf_map_ops perf_event_array_map_ops = {
751 const struct bpf_map_ops cgroup_array_map_ops = {
834 const struct bpf_map_ops array_of_maps_map_ops = {
Dqueue_stack_maps.c265 const struct bpf_map_ops queue_map_ops = {
278 const struct bpf_map_ops stack_map_ops = {
Dhashtab.c1235 const struct bpf_map_ops htab_map_ops = {
1247 const struct bpf_map_ops htab_lru_map_ops = {
1362 const struct bpf_map_ops htab_percpu_map_ops = {
1373 const struct bpf_map_ops htab_lru_percpu_map_ops = {
1504 const struct bpf_map_ops htab_of_maps_map_ops = {
Dreuseport_array.c353 const struct bpf_map_ops reuseport_array_ops = {
Ddevmap.c702 const struct bpf_map_ops dev_map_ops = {
712 const struct bpf_map_ops dev_map_hash_ops = {
Dxskmap.c310 const struct bpf_map_ops xsk_map_ops = {
Dcpumap.c592 const struct bpf_map_ops cpu_map_ops = {
Dlocal_storage.c412 const struct bpf_map_ops cgroup_storage_map_ops = {
Dlpm_trie.c738 const struct bpf_map_ops trie_map_ops = {
Dstackmap.c610 const struct bpf_map_ops stack_trace_map_ops = {
Dsyscall.c44 static const struct bpf_map_ops * const bpf_map_types[] = {
94 const struct bpf_map_ops bpf_map_offload_ops = {
102 const struct bpf_map_ops *ops; in find_and_alloc_map()
Dverifier.c8877 const struct bpf_map_ops *ops; in fixup_bpf_calls()
/Linux-v5.4/include/linux/
Dbpf.h31 struct bpf_map_ops { struct
78 const struct bpf_map_ops *ops ____cacheline_aligned; argument
179 extern const struct bpf_map_ops bpf_map_offload_ops;
627 extern const struct bpf_map_ops _ops;
/Linux-v5.4/net/core/
Dsock_map.c499 const struct bpf_map_ops sock_map_ops = {
948 const struct bpf_map_ops sock_hash_ops = {
Dbpf_sk_storage.c884 const struct bpf_map_ops sk_storage_map_ops = {