Searched defs:islpci_acl (Results 1 – 1 of 1) sorted by relevance
55 struct islpci_acl { struct56 enum { MAC_POLICY_OPEN=0, MAC_POLICY_ACCEPT=1, MAC_POLICY_REJECT=2 } policy;57 struct list_head mac_list; /* a list of mac_entry */58 int size; /* size of queue */59 struct mutex lock; /* accessed in ioctls and trap_work */