Home
last modified time | relevance | path

Searched defs:acl (Results 1 – 25 of 27) sorted by relevance

12

/f-stack/freebsd/net80211/
H A Dieee80211_acl.c75 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 Dieee80211_ioctl.c595 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 Dieee80211_proto.c504 static const struct ieee80211_aclator *acl = NULL; variable
/f-stack/dpdk/lib/librte_table/
H A Drte_table_acl.c62 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 Dvfs_compat.h193 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 Dxattr_compat.h179 zpl_acl_to_xattr(struct posix_acl *acl, void *value, int size) in zpl_acl_to_xattr()
/f-stack/freebsd/kern/
H A Dsubr_acl_posix1e.c60 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 Dacl.h119 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 Dzpl_xattr.c933 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 DMakefile.am1 SUBDIRS = acl rpc sys subdir
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dacl.h41 typedef struct acl { struct
45 } aclent_t; argument
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c1240 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 DMakefile.am2 acl \ subdir
/f-stack/dpdk/examples/ip_pipeline/
H A Dpipeline.h136 struct table_acl_params acl; member
272 struct table_rule_match_acl acl; member
H A Dpipeline.c786 struct rte_table_acl_params acl; in pipeline_table_create() member
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_pipeline.c811 struct rte_table_acl_params acl; in softnic_pipeline_table_create() member
H A Drte_eth_softnic_internals.h488 struct softnic_table_acl_params acl; member
953 struct softnic_table_rule_match_acl acl; member
/f-stack/dpdk/examples/l3fwd-acl/
H A Dmain.c662 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 Dugidfw_vnode.c230 struct label *vplabel, acl_type_t type, struct acl *acl) in ugidfw_check_setacl_vnode()
/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_var.h160 hook_p acl; /* upstream hook */ member
/f-stack/freebsd/security/mac/
H A Dmac_vfs.c791 struct acl *acl) in mac_vnode_check_setacl()
/f-stack/dpdk/drivers/net/ice/
H A Dice_ethdev.h428 struct ice_acl_info acl; /* ACL info */ member
/f-stack/freebsd/security/mac_lomac/
H A Dmac_lomac.c2629 struct label *vplabel, acl_type_t type, struct acl *acl) in lomac_vnode_check_setacl()
/f-stack/freebsd/security/mac_stub/
H A Dmac_stub.c1537 struct label *vplabel, acl_type_t type, struct acl *acl) in stub_vnode_check_setacl()
/f-stack/freebsd/security/mac_mls/
H A Dmac_mls.c2970 struct label *vplabel, acl_type_t type, struct acl *acl) in mls_vnode_check_setacl()

12