Searched defs:allow_node (Results 1 – 2 of 2) sorted by relevance
1210 static int cil_remove_permissions_from_rule(struct cil_db *db, struct cil_tree_node *allow_node, co… in cil_remove_permissions_from_rule()1335 struct cil_tree_node *allow_node = item->data; in cil_process_deny_rule() local
37 def allow_node(node: torch.fx.Node) -> bool: function