| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_acl.c | 75 struct acl { struct 78 uint8_t acl_macaddr[IEEE80211_ADDR_LEN]; argument 135 struct acl *acl; in _find_acl() local 147 _acl_free(struct aclstate *as, struct acl *acl) in _acl_free() 178 struct acl *acl, *new; in acl_add() local 217 struct acl *acl; in acl_remove() local 236 struct acl *acl; in acl_free_all() local 294 struct acl *acl; in acl_getioctl() local
|
| H A D | ieee80211_ioctl.c | 595 const struct ieee80211_aclator *acl = vap->iv_acl; in ieee80211_ioctl_getmaccmd() local 1649 const struct ieee80211_aclator *acl = vap->iv_acl; in ieee80211_ioctl_macmac() local 1673 const struct ieee80211_aclator *acl = vap->iv_acl; in ieee80211_ioctl_setmaccmd() local
|
| H A D | ieee80211_proto.c | 504 static const struct ieee80211_aclator *acl = NULL; variable
|
| /f-stack/dpdk/lib/librte_table/ |
| H A D | rte_table_acl.c | 62 struct rte_table_acl *acl; in rte_table_acl_create() local 142 struct rte_table_acl *acl = table; in rte_table_acl_free() local 162 rte_table_acl_build(struct rte_table_acl *acl, struct rte_acl_ctx **acl_ctx) in rte_table_acl_build() 222 struct rte_table_acl *acl = table; in rte_table_acl_entry_add() local 340 struct rte_table_acl *acl = table; in rte_table_acl_entry_delete() local 424 struct rte_table_acl *acl = table; in rte_table_acl_entry_add_bulk() local 604 struct rte_table_acl *acl = table; in rte_table_acl_entry_delete_bulk() local 724 struct rte_table_acl *acl = (struct rte_table_acl *) table; in rte_table_acl_lookup() local 778 struct rte_table_acl *acl = table; in rte_table_acl_stats_read() local
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/kernel/linux/ |
| H A D | vfs_compat.h | 193 zpl_posix_acl_release(struct posix_acl *acl) in zpl_posix_acl_release() 253 #define __posix_acl_chmod(acl, gfp, mode) posix_acl_chmod(acl, gfp, mode) argument 254 #define __posix_acl_create(acl, gfp, mode) posix_acl_create(acl, gfp, mode) argument 266 #define zpl_posix_acl_valid(ip, acl) posix_acl_valid(ip->i_sb->s_user_ns, acl) argument 268 #define zpl_posix_acl_valid(ip, acl) posix_acl_valid(acl) argument
|
| H A D | xattr_compat.h | 179 zpl_acl_to_xattr(struct posix_acl *acl, void *value, int size) in zpl_acl_to_xattr()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_acl_posix1e.c | 60 struct acl *acl, accmode_t accmode, struct ucred *cred) in vaccess_acl_posix1e() 475 acl_posix1e_acl_to_mode(struct acl *acl) in acl_posix1e_acl_to_mode() 533 acl_posix1e_check(struct acl *acl) in acl_posix1e_check()
|
| /f-stack/freebsd/sys/ |
| H A D | acl.h | 119 struct acl { struct 120 unsigned int acl_maxcnt; argument 121 unsigned int acl_cnt; argument 123 int acl_spare[4]; argument 124 struct acl_entry acl_entry[ACL_MAX_ENTRIES]; argument
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_xattr.c | 933 zpl_set_acl(struct inode *ip, struct posix_acl *acl, int type) in zpl_set_acl() 1008 struct posix_acl *acl; in zpl_get_acl() local 1064 struct posix_acl *acl = NULL; in zpl_init_acl() local 1109 struct posix_acl *acl; in zpl_chmod_acl() local 1169 struct posix_acl *acl; in __zpl_xattr_acl_get_access() local 1197 struct posix_acl *acl; in __zpl_xattr_acl_get_default() local 1225 struct posix_acl *acl; in __zpl_xattr_acl_set_access() local 1265 struct posix_acl *acl; in __zpl_xattr_acl_set_default() local 1391 struct posix_acl *acl; member 1469 zpl_posix_acl_release_impl(struct posix_acl *acl) in zpl_posix_acl_release_impl()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/ |
| H A D | Makefile.am | 1 SUBDIRS = acl rpc sys subdir
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | acl.h | 41 typedef struct acl { struct 45 } aclent_t; argument
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | acl_common.c | 1240 ace_list_t *normacl = NULL, *dfacl = NULL, *acl; in ln_ace_to_aent() local 1535 #define SET_ACE(acl, index, who, mask, type, flags) { \ argument 1605 acl_trivial_create(mode_t mode, boolean_t isdir, ace_t **acl, int *count) in acl_trivial_create()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/ |
| H A D | Makefile.am | 2 acl \ subdir
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | pipeline.h | 136 struct table_acl_params acl; member 272 struct table_rule_match_acl acl; member
|
| H A D | pipeline.c | 786 struct rte_table_acl_params acl; in pipeline_table_create() member
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_pipeline.c | 811 struct rte_table_acl_params acl; in softnic_pipeline_table_create() member
|
| H A D | rte_eth_softnic_internals.h | 488 struct softnic_table_acl_params acl; member 953 struct softnic_table_rule_match_acl acl; member
|
| /f-stack/dpdk/examples/l3fwd-acl/ |
| H A D | main.c | 662 prepare_one_packet(struct rte_mbuf **pkts_in, struct acl_search_t *acl, in prepare_one_packet() 700 prepare_one_packet(struct rte_mbuf **pkts_in, struct acl_search_t *acl, in prepare_one_packet() 722 prepare_acl_parameter(struct rte_mbuf **pkts_in, struct acl_search_t *acl, in prepare_acl_parameter()
|
| /f-stack/freebsd/security/mac_bsdextended/ |
| H A D | ugidfw_vnode.c | 230 struct label *vplabel, acl_type_t type, struct acl *acl) in ugidfw_check_setacl_vnode()
|
| /f-stack/freebsd/netgraph/bluetooth/hci/ |
| H A D | ng_hci_var.h | 160 hook_p acl; /* upstream hook */ member
|
| /f-stack/freebsd/security/mac/ |
| H A D | mac_vfs.c | 791 struct acl *acl) in mac_vnode_check_setacl()
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_ethdev.h | 428 struct ice_acl_info acl; /* ACL info */ member
|
| /f-stack/freebsd/security/mac_lomac/ |
| H A D | mac_lomac.c | 2629 struct label *vplabel, acl_type_t type, struct acl *acl) in lomac_vnode_check_setacl()
|
| /f-stack/freebsd/security/mac_stub/ |
| H A D | mac_stub.c | 1537 struct label *vplabel, acl_type_t type, struct acl *acl) in stub_vnode_check_setacl()
|
| /f-stack/freebsd/security/mac_mls/ |
| H A D | mac_mls.c | 2970 struct label *vplabel, acl_type_t type, struct acl *acl) in mls_vnode_check_setacl()
|