Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/bpf/
Dcpumap.c374 !bpf_prog_map_compatible(map, prog)) { in __cpu_map_load_bpf_program()
Ddevmap.c871 !bpf_prog_map_compatible(&dtab->map, prog)) in __dev_map_alloc_node()
Dcore.c2242 bool bpf_prog_map_compatible(struct bpf_map *map, in bpf_prog_map_compatible() function
2290 if (!bpf_prog_map_compatible(map, fp)) { in bpf_check_tail_call()
Darraymap.c908 if (!bpf_prog_map_compatible(map, prog)) { in prog_fd_array_get_ptr()
/Linux-v6.6/include/linux/
Dbpf.h1781 bool bpf_prog_map_compatible(struct bpf_map *map, const struct bpf_prog *fp);