Searched refs:bpfsec (Results 1 – 1 of 1) sorted by relevance
6984 bpfsec = map->security; in selinux_bpf_map()7004 bpfsec = kzalloc(sizeof(*bpfsec), GFP_KERNEL); in selinux_bpf_map_create()7005 if (!bpfsec) in selinux_bpf_map_create()7009 map->security = bpfsec; in selinux_bpf_map_create()7019 kfree(bpfsec); in selinux_bpf_map_free()7027 bpfsec = kzalloc(sizeof(*bpfsec), GFP_KERNEL); in selinux_bpf_prog_load()7028 if (!bpfsec) in selinux_bpf_prog_load()7042 kfree(bpfsec); in selinux_bpf_prog_free()7050 bpfsec = kzalloc(sizeof(*bpfsec), GFP_KERNEL); in selinux_bpf_token_create()7051 if (!bpfsec) in selinux_bpf_token_create()[all …]