Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/bpf/
Darraymap.c380 const struct bpf_map_ops array_map_ops = {
393 const struct bpf_map_ops percpu_array_map_ops = {
532 const struct bpf_map_ops prog_array_map_ops = {
622 const struct bpf_map_ops perf_event_array_map_ops = {
655 const struct bpf_map_ops cgroup_array_map_ops = {
738 const struct bpf_map_ops array_of_maps_map_ops = {
Dhashtab.c1191 const struct bpf_map_ops htab_map_ops = {
1203 const struct bpf_map_ops htab_lru_map_ops = {
1288 const struct bpf_map_ops htab_percpu_map_ops = {
1298 const struct bpf_map_ops htab_lru_percpu_map_ops = {
1428 const struct bpf_map_ops htab_of_maps_map_ops = {
Dxskmap.c218 const struct bpf_map_ops xsk_map_ops = {
Dreuseport_array.c356 const struct bpf_map_ops reuseport_array_ops = {
Dlocal_storage.c245 const struct bpf_map_ops cgroup_storage_map_ops = {
Dcpumap.c553 const struct bpf_map_ops cpu_map_ops = {
Ddevmap.c485 const struct bpf_map_ops dev_map_ops = {
Dlpm_trie.c700 const struct bpf_map_ops trie_map_ops = {
Dstackmap.c603 const struct bpf_map_ops stack_map_ops = {
Dsyscall.c53 static const struct bpf_map_ops * const bpf_map_types[] = {
103 const struct bpf_map_ops bpf_map_offload_ops = {
111 const struct bpf_map_ops *ops; in find_and_alloc_map()
Dsockmap.c2560 const struct bpf_map_ops sock_map_ops = {
2571 const struct bpf_map_ops sock_hash_ops = {
Dverifier.c5668 const struct bpf_map_ops *ops; in fixup_bpf_calls()
/Linux-v4.19/include/linux/
Dbpf.h29 struct bpf_map_ops { struct
60 const struct bpf_map_ops *ops ____cacheline_aligned; argument
129 extern const struct bpf_map_ops bpf_map_offload_ops;
423 extern const struct bpf_map_ops _ops;