Searched refs:objtype (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | debugfs.h | 99 #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-6.15/Documentation/sphinx/ |
| H A D | cdomain.py | 153 if not self.objtype == 'function': 200 if self.objtype == 'function': 222 if self.objtype == 'function': 228 inv[name] = (self.env.docname, self.objtype)
|
| /linux-6.15/fs/orangefs/ |
| H A D | orangefs-utils.c | 184 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 D | protocol.h | 259 enum orangefs_ds_type objtype; member
|
| /linux-6.15/net/netfilter/ |
| H A D | nft_objref.c | 31 u32 objtype; in nft_objref_init() local 37 objtype = ntohl(nla_get_be32(tb[NFTA_OBJREF_IMM_TYPE])); in nft_objref_init() 39 tb[NFTA_OBJREF_IMM_NAME], objtype, in nft_objref_init()
|
| H A D | nf_tables_api.c | 5304 desc.objtype > NFT_OBJECT_MAX) in nf_tables_newset() 5309 desc.objtype = NFT_OBJECT_UNSPEC; in nf_tables_newset() 5470 set->objtype = desc.objtype; in nf_tables_newset() 7307 set->objtype, genmask); in nft_add_set_elem() 7958 if (objtype == obj->ops->type->type && in nft_obj_lookup() 7972 u32 objtype, u8 genmask) in nft_obj_lookup_byhandle() argument 7978 objtype == obj->ops->type->type && in nft_obj_lookup_byhandle() 8076 if (objtype == type->type) in __nft_obj_type_get() 8151 u32 objtype; in nf_tables_newobj() local 8439 u32 objtype; in nf_tables_getobj_single() local [all …]
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | common.c | 551 enum bpf_obj_type objtype; in do_build_table_cb() local 562 objtype = get_fd_type(fd); in do_build_table_cb() 563 if (objtype != build_fn_type) in do_build_table_cb()
|
| /linux-6.15/include/net/netfilter/ |
| H A D | nf_tables.h | 361 u32 objtype; member 595 u32 objtype; member 1382 const struct nlattr *nla, u32 objtype,
|