Searched refs:security_bpf_map_create (Results 1 – 3 of 3) sorted by relevance
2178 extern int security_bpf_map_create(struct bpf_map *map, union bpf_attr *attr,2206 static inline int security_bpf_map_create(struct bpf_map *map, union bpf_attr *attr, in security_bpf_map_create() function
5650 int security_bpf_map_create(struct bpf_map *map, union bpf_attr *attr, in security_bpf_map_create() function
1394 err = security_bpf_map_create(map, attr, token); in map_create()