Searched refs:allowed_flags (Results 1 – 1 of 1) sorted by relevance
3835 static inline int bpf_map_check_op_flags(struct bpf_map *map, u64 flags, u64 allowed_flags) in bpf_map_check_op_flags() argument3837 if (flags & ~allowed_flags) in bpf_map_check_op_flags()