Searched refs:bpf_prog_map_compatible (Results 1 - 5 of 5) sorted by relevance

/linux-master/kernel/bpf/
H A Dcpumap.c379 !bpf_prog_map_compatible(map, prog)) {
H A Ddevmap.c882 !bpf_prog_map_compatible(&dtab->map, prog))
H A Dcore.c2285 bool bpf_prog_map_compatible(struct bpf_map *map, function
2333 if (!bpf_prog_map_compatible(map, fp)) {
H A Darraymap.c913 if (!bpf_prog_map_compatible(map, prog)) {
/linux-master/include/linux/
H A Dbpf.h1942 bool bpf_prog_map_compatible(struct bpf_map *map, const struct bpf_prog *fp);

Completed in 235 milliseconds