Searched refs:member_list (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | group.c | 81 param->list = &group->member_list; in tomoyo_write_group() 136 list_for_each_entry_rcu(member, &group->member_list, head.list, in tomoyo_path_matches_group() 165 list_for_each_entry_rcu(member, &group->member_list, head.list, in tomoyo_number_matches_group() 196 list_for_each_entry_rcu(member, &group->member_list, head.list, in tomoyo_address_matches_group()
|
H A D | gc.c | 481 * @member_list: Pointer to "struct list_head". 486 struct list_head *member_list) in tomoyo_collect_member() 491 list_for_each_entry_safe(member, tmp, member_list, list) { in tomoyo_collect_member() 579 tomoyo_collect_member(id, &group->member_list); in tomoyo_collect_entry() 580 if (!list_empty(&group->member_list) || in tomoyo_collect_entry() 485 tomoyo_collect_member(const enum tomoyo_policy_id id, struct list_head *member_list) tomoyo_collect_member() argument
|
H A D | memory.c | 124 INIT_LIST_HEAD(&entry->member_list); in tomoyo_get_group()
|
H A D | common.h | 544 struct list_head member_list; member
|
H A D | common.c | 1807 list_for_each_cookie(head->r.acl, &group->member_list) { in tomoyo_read_group()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | group.c | 81 param->list = &group->member_list; in tomoyo_write_group() 136 list_for_each_entry_rcu(member, &group->member_list, head.list, in tomoyo_path_matches_group() 165 list_for_each_entry_rcu(member, &group->member_list, head.list, in tomoyo_number_matches_group() 196 list_for_each_entry_rcu(member, &group->member_list, head.list, in tomoyo_address_matches_group()
|
H A D | gc.c | 481 * @member_list: Pointer to "struct list_head". 486 struct list_head *member_list) in tomoyo_collect_member() 491 list_for_each_entry_safe(member, tmp, member_list, list) { in tomoyo_collect_member() 579 tomoyo_collect_member(id, &group->member_list); in tomoyo_collect_entry() 580 if (!list_empty(&group->member_list) || in tomoyo_collect_entry() 485 tomoyo_collect_member(const enum tomoyo_policy_id id, struct list_head *member_list) tomoyo_collect_member() argument
|
H A D | memory.c | 124 INIT_LIST_HEAD(&entry->member_list); in tomoyo_get_group()
|
H A D | common.h | 544 struct list_head member_list; member
|
H A D | common.c | 1799 list_for_each_cookie(head->r.acl, &group->member_list) { in tomoyo_read_group()
|
/kernel/linux/linux-6.6/tools/net/ynl/ |
H A D | ynl-gen-c.py | 463 for _, attr in ri.family.pure_nested_structs[self.nested_attrs].member_list(): 639 def member_list(self): member in Struct 1338 for _, arg in struct.member_list(): 1414 for _, arg in struct.member_list(): 1434 for arg, aspec in struct.member_list(): 1473 for _, arg in struct.member_list(): 1562 if ri.struct["reply"].member_list(): 1595 for _, attr in ri.struct["request"].member_list(): 1655 for _, attr in ri.struct["request"].member_list(): 1710 for _, attr in struct.member_list() [all...] |
Completed in 18 milliseconds