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