Searched refs:tomoyo_condition (Results 1 – 3 of 3) sorted by relevance
11 /* List of "struct tomoyo_condition". */226 * tomoyo_scan_exec_realpath - Check "exec.realpath" parameter of "struct tomoyo_condition".350 * tomoyo_same_condition - Check for duplicated "struct tomoyo_condition" entry.352 * @a: Pointer to "struct tomoyo_condition".353 * @b: Pointer to "struct tomoyo_condition".357 static inline bool tomoyo_same_condition(const struct tomoyo_condition *a, in tomoyo_same_condition() 358 const struct tomoyo_condition *b) in tomoyo_same_condition() 397 * tomoyo_commit_condition - Commit "struct tomoyo_condition".399 * @entry: Pointer to "struct tomoyo_condition".401 * Returns pointer to "struct tomoyo_condition" o765 bool tomoyo_condition(struct tomoyo_request_info *r, tomoyo_condition() function [all...]
271 * tomoyo_del_condition - Delete members in "struct tomoyo_condition".279 struct tomoyo_condition *cond = container_of(element, typeof(*cond), in tomoyo_del_condition()
177 if (!tomoyo_condition(r, ptr->cond)) in tomoyo_check_acl()