Searched refs:security_bpf_map_create (Results 1 – 3 of 3) sorted by relevance
2269 extern int security_bpf_map_create(struct bpf_map *map, union bpf_attr *attr,2297 static inline int security_bpf_map_create(struct bpf_map *map, union bpf_attr *attr, in security_bpf_map_create() function
5220 int security_bpf_map_create(struct bpf_map *map, union bpf_attr *attr, in security_bpf_map_create() function
1594 err = security_bpf_map_create(map, attr, token, uattr.is_kernel); in map_create()