Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcpumap.c418 !bpf_prog_map_compatible(map, prog)) { in __cpu_map_load_bpf_program()
H A Ddevmap.c883 !bpf_prog_map_compatible(&dtab->map, prog)) in __dev_map_alloc_node()
H A Darraymap.c949 !bpf_prog_map_compatible(map, prog)) { in prog_fd_array_get_ptr()
H A Dcore.c2435 bool bpf_prog_map_compatible(struct bpf_map *map, const struct bpf_prog *fp) in bpf_prog_map_compatible() function
/linux/include/linux/
H A Dbpf.h2145 bool bpf_prog_map_compatible(struct bpf_map *map, const struct bpf_prog *fp);