Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dbpf.h17 struct bpf_map_ops { struct
41 const struct bpf_map_ops *ops; argument
48 const struct bpf_map_ops *ops;
/linux-4.4.14/kernel/bpf/
Darraymap.c139 static const struct bpf_map_ops array_ops = {
261 static const struct bpf_map_ops prog_array_ops = {
327 static const struct bpf_map_ops perf_event_array_ops = {
Dhashtab.c368 static const struct bpf_map_ops htab_ops = {