Home
last modified time | relevance | path

Searched refs:new_domain (Results 1 – 3 of 3) sorted by relevance

/linux/security/landlock/
H A Ddomain.c50 struct landlock_domain *new_domain; in create_domain() local
53 new_domain = kzalloc_flex(*new_domain, handled_masks, num_layers, in create_domain()
55 if (!new_domain) in create_domain()
58 refcount_set(&new_domain->usage, 1); in create_domain()
59 new_domain->rules.root_inode = RB_ROOT; in create_domain()
62 new_domain->rules.root_net_port = RB_ROOT; in create_domain()
65 new_domain->num_layers = num_layers; in create_domain()
66 return new_domain; in create_domain()
/linux/security/tomoyo/
H A Dsecurityfs_if.c68 struct tomoyo_domain_info *new_domain = in tomoyo_write_self() local
70 if (!new_domain) { in tomoyo_write_self()
77 s->domain_info = new_domain; in tomoyo_write_self()
78 atomic_inc(&new_domain->users); in tomoyo_write_self()
/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.h1211 struct iommu_domain *new_domain);