Lines Matching refs:landlock_rule
77 const struct landlock_rule rule = { in build_check_rule()
101 static struct landlock_rule *
106 struct landlock_rule *new_rule; in create_rule()
158 static void free_rule(struct landlock_rule *const rule, in free_rule()
205 struct landlock_rule *new_rule; in insert_rule()
222 struct landlock_rule *const this = in insert_rule()
223 rb_entry(*walker_node, struct landlock_rule, node); in insert_rule()
327 struct landlock_rule *walker_rule, *next_rule; in merge_tree()
411 struct landlock_rule *walker_rule, *next_rule; in inherit_tree()
487 struct landlock_rule *freeme, *next; in free_ruleset()
588 const struct landlock_rule *
601 struct landlock_rule *this = in landlock_find_rule()
602 rb_entry(node, struct landlock_rule, node); in landlock_find_rule()
622 bool landlock_unmask_layers(const struct landlock_rule *const rule, in landlock_unmask_layers()