Searched refs:bpf_map_is_dev_bound (Results 1 – 4 of 4) sorted by relevance
687 static inline bool bpf_map_is_dev_bound(struct bpf_map *map) in bpf_map_is_dev_bound() function706 static inline bool bpf_map_is_dev_bound(struct bpf_map *map) in bpf_map_is_dev_bound() function
702 if (bpf_map_is_dev_bound(map)) { in map_lookup_elem()793 if (bpf_map_is_dev_bound(map)) { in map_update_elem()874 if (bpf_map_is_dev_bound(map)) { in map_delete_elem()934 if (bpf_map_is_dev_bound(map)) { in map_get_next_key()2123 if (bpf_map_is_dev_bound(map)) { in bpf_map_get_info_by_fd()
552 if (!bpf_map_is_dev_bound(map)) in bpf_offload_prog_map_match()
5097 if ((bpf_prog_is_dev_bound(prog->aux) || bpf_map_is_dev_bound(map)) && in check_map_prog_compatibility()