Searched refs:bpf_map_offload_ops (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dbpf.h581 extern const struct bpf_map_ops bpf_map_offload_ops;
2993 return unlikely(map->ops == &bpf_map_offload_ops);
/linux-master/kernel/bpf/
H A Dsyscall.c107 const struct bpf_map_ops bpf_map_offload_ops = { variable in typeref:struct:bpf_map_ops
1241 ops = &bpf_map_offload_ops;

Completed in 228 milliseconds