Searched refs:bpf_map_is_dev_bound (Results 1 – 4 of 4) sorted by relevance
180 if (bpf_map_is_dev_bound(map)) { in bpf_map_update_value()237 if (bpf_map_is_dev_bound(map)) in bpf_map_copy_value()1222 if (bpf_map_is_dev_bound(map)) { in map_delete_elem()1286 if (bpf_map_is_dev_bound(map)) { in map_get_next_key()1344 if (bpf_map_is_dev_bound(map)) { in generic_map_delete_batch()1590 if (!bpf_map_is_dev_bound(map)) { in map_lookup_and_delete_elem()3928 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()
11676 if ((bpf_prog_is_dev_bound(prog->aux) || bpf_map_is_dev_bound(map)) && in check_map_prog_compatibility()
1994 static inline bool bpf_map_is_dev_bound(struct bpf_map *map) in bpf_map_is_dev_bound() function2022 static inline bool bpf_map_is_dev_bound(struct bpf_map *map) in bpf_map_is_dev_bound() function
Completed in 39 milliseconds