Searched refs:bpf_map_is_dev_bound (Results 1 – 4 of 4) sorted by relevance
924 static inline bool bpf_map_is_dev_bound(struct bpf_map *map) in bpf_map_is_dev_bound() function943 static inline bool bpf_map_is_dev_bound(struct bpf_map *map) in bpf_map_is_dev_bound() function
792 if (bpf_map_is_dev_bound(map)) { in map_lookup_elem()927 if (bpf_map_is_dev_bound(map)) { in map_update_elem()1014 if (bpf_map_is_dev_bound(map)) { in map_delete_elem()1074 if (bpf_map_is_dev_bound(map)) { in map_get_next_key()2626 if (bpf_map_is_dev_bound(map)) { in bpf_map_get_info_by_fd()
584 if (!bpf_map_is_dev_bound(map)) in bpf_offload_prog_map_match()
7874 if ((bpf_prog_is_dev_bound(prog->aux) || bpf_map_is_dev_bound(map)) && in check_map_prog_compatibility()