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