Home
last modified time | relevance | path

Searched refs:objtype (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Ddebugfs.h99 #define WIPHY_DEBUGFS_WRITE_WRAPPER(name, bufsz, objtype) \ argument
105 struct ieee80211_##objtype *arg = file->private_data; \
106 struct iwl_mld *mld = iwl_mld_from_##objtype(arg); \
116 #define WIPHY_DEBUGFS_WRITE_FILE_OPS(name, bufsz, objtype) \ argument
117 WIPHY_DEBUGFS_WRITE_WRAPPER(name, bufsz, objtype) \
216 #define WIPHY_DEBUGFS_WRITE_WRAPPER_IEEE80211(name, bufsz, objtype) \ argument
223 struct ieee80211_##objtype *arg = data->arg; \
224 struct iwl_mld *mld = iwl_mld_from_##objtype(arg); \
234 #define IEEE80211_WIPHY_DEBUGFS_READ_WRITE_FILE_OPS(name, bufsz, objtype) \ argument
235 MLD_DEBUGFS_OPEN_WRAPPER(name, bufsz, struct ieee80211_##objtype) \
[all …]
/linux/net/netfilter/
H A Dnft_objref.c60 u32 objtype; in nft_objref_init() local
66 objtype = ntohl(nla_get_be32(tb[NFTA_OBJREF_IMM_TYPE])); in nft_objref_init()
68 tb[NFTA_OBJREF_IMM_NAME], objtype, in nft_objref_init()
235 return nft_objref_validate_obj_type(ctx, priv->set->objtype); in nft_objref_map_validate()
H A Dnf_tables_api.c4933 nla_put_be32(skb, NFTA_SET_OBJ_TYPE, htonl(set->objtype))) in nf_tables_fill_set()
5427 desc.objtype = ntohl(nla_get_be32(nla[NFTA_SET_OBJ_TYPE])); in nf_tables_newset()
5428 if (desc.objtype == NFT_OBJECT_UNSPEC || in nf_tables_newset()
5429 desc.objtype > NFT_OBJECT_MAX) in nf_tables_newset()
5434 desc.objtype = NFT_OBJECT_UNSPEC; in nf_tables_newset()
5595 set->objtype = desc.objtype; in nf_tables_newset()
7365 set->objtype, genmask); in nft_add_set_elem()
8005 const struct nlattr *nla, u32 objtype, in nft_obj_lookup() argument
8025 if (objtype in nft_obj_lookup()
8039 nft_obj_lookup_byhandle(const struct nft_table * table,const struct nlattr * nla,u32 objtype,u8 genmask) nft_obj_lookup_byhandle() argument
8134 __nft_obj_type_get(u32 objtype,u8 family) __nft_obj_type_get() argument
8150 nft_obj_type_get(struct net * net,u32 objtype,u8 family) nft_obj_type_get() argument
8218 u32 objtype; nf_tables_newobj() local
8488 u32 objtype; nf_tables_getobj_single() local
8587 u32 objtype; nf_tables_delobj() local
[all...]
/linux/fs/orangefs/
H A Dorangefs-utils.c184 static int orangefs_inode_type(enum orangefs_ds_type objtype) in orangefs_inode_type() argument
186 if (objtype == ORANGEFS_TYPE_METAFILE) in orangefs_inode_type()
188 else if (objtype == ORANGEFS_TYPE_DIRECTORY) in orangefs_inode_type()
190 else if (objtype == ORANGEFS_TYPE_SYMLINK) in orangefs_inode_type()
219 int type = orangefs_inode_type(attrs->objtype); in orangefs_inode_is_stale()
311 downcall.resp.getattr.attributes.objtype); in orangefs_inode_getattr()
H A Dprotocol.h259 enum orangefs_ds_type objtype; member
/linux/tools/bpf/bpftool/
H A Dcommon.c556 enum bpf_obj_type objtype; in do_build_table_cb() local
567 objtype = get_fd_type(fd); in do_build_table_cb()
568 if (objtype != build_fn_type) in do_build_table_cb()
/linux/include/net/netfilter/
H A Dnf_tables.h362 u32 objtype; member
593 u32 objtype; member
1406 const struct nlattr *nla, u32 objtype,
/linux/Documentation/sphinx/
H A Dkernel_include.py426 for name, dispname, objtype, docname, anchor, priority in domain_obj.get_objects():