Searched refs:tomoyo_get_group (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | group.c | 76 struct tomoyo_group *group = tomoyo_get_group(param, type); in tomoyo_write_group()
|
H A D | memory.c | 88 * tomoyo_get_group - Allocate memory for "struct tomoyo_path_group"/"struct tomoyo_number_group". 95 struct tomoyo_group *tomoyo_get_group(struct tomoyo_acl_param *param, in tomoyo_get_group() function
|
H A D | util.c | 254 ptr->group = tomoyo_get_group(param, TOMOYO_PATH_GROUP); in tomoyo_parse_name_union() 282 ptr->group = tomoyo_get_group(param, TOMOYO_NUMBER_GROUP); in tomoyo_parse_number_union()
|
H A D | network.c | 301 tomoyo_get_group(param, TOMOYO_ADDRESS_GROUP); in tomoyo_write_inet_network()
|
H A D | common.h | 1035 struct tomoyo_group *tomoyo_get_group(struct tomoyo_acl_param *param,
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | group.c | 76 struct tomoyo_group *group = tomoyo_get_group(param, type); in tomoyo_write_group()
|
H A D | memory.c | 88 * tomoyo_get_group - Allocate memory for "struct tomoyo_path_group"/"struct tomoyo_number_group". 95 struct tomoyo_group *tomoyo_get_group(struct tomoyo_acl_param *param, in tomoyo_get_group() function
|
H A D | util.c | 254 ptr->group = tomoyo_get_group(param, TOMOYO_PATH_GROUP); in tomoyo_parse_name_union() 282 ptr->group = tomoyo_get_group(param, TOMOYO_NUMBER_GROUP); in tomoyo_parse_number_union()
|
H A D | network.c | 301 tomoyo_get_group(param, TOMOYO_ADDRESS_GROUP); in tomoyo_write_inet_network()
|
H A D | common.h | 1034 struct tomoyo_group *tomoyo_get_group(struct tomoyo_acl_param *param,
|
Completed in 12 milliseconds