Home
last modified time | relevance | path

Searched refs:objtype (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/Documentation/sphinx/
H A Dcdomain.py154 If the objtype is 'function' and the the signature ``sig`` is a
160 if not self.objtype == 'function':
207 if self.objtype == 'function':
229 if self.objtype == 'function':
235 inv[name] = (self.env.docname, self.objtype)
/kernel/linux/linux-6.6/Documentation/sphinx/
H A Dcdomain.py154 If the objtype is 'function' and the the signature ``sig`` is a
160 if not self.objtype == 'function':
207 if self.objtype == 'function':
229 if self.objtype == 'function':
235 inv[name] = (self.env.docname, self.objtype)
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_objref.c31 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 Dnf_tables_api.c4061 nla_put_be32(skb, NFTA_SET_OBJ_TYPE, htonl(set->objtype))) in nf_tables_fill_set()
4371 u32 ktype, dtype, flags, policy, gc_int, objtype; in nf_tables_newset() local
4439 objtype = ntohl(nla_get_be32(nla[NFTA_SET_OBJ_TYPE])); in nf_tables_newset()
4440 if (objtype == NFT_OBJECT_UNSPEC || in nf_tables_newset()
4441 objtype > NFT_OBJECT_MAX) in nf_tables_newset()
4446 objtype = NFT_OBJECT_UNSPEC; in nf_tables_newset()
4563 set->objtype = objtype; in nf_tables_newset()
5627 set->objtype, genmask); in nft_add_set_elem()
6068 const struct nlattr *nla, u32 objtype, in nft_obj_lookup()
6066 nft_obj_lookup(const struct net *net, const struct nft_table *table, const struct nlattr *nla, u32 objtype, u8 genmask) nft_obj_lookup() argument
6100 nft_obj_lookup_byhandle(const struct nft_table *table, const struct nlattr *nla, u32 objtype, u8 genmask) nft_obj_lookup_byhandle() argument
6197 __nft_obj_type_get(u32 objtype) __nft_obj_type_get() argument
6209 nft_obj_type_get(struct net *net, u32 objtype) nft_obj_type_get() argument
6276 u32 objtype; nf_tables_newobj() local
6539 u32 objtype; nf_tables_getobj() local
6629 u32 objtype; nf_tables_delobj() local
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_objref.c31 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 Dnf_tables_api.c4495 nla_put_be32(skb, NFTA_SET_OBJ_TYPE, htonl(set->objtype))) in nf_tables_fill_set()
4972 desc.objtype = ntohl(nla_get_be32(nla[NFTA_SET_OBJ_TYPE])); in nf_tables_newset()
4973 if (desc.objtype == NFT_OBJECT_UNSPEC || in nf_tables_newset()
4974 desc.objtype > NFT_OBJECT_MAX) in nf_tables_newset()
4979 desc.objtype = NFT_OBJECT_UNSPEC; in nf_tables_newset()
5134 set->objtype = desc.objtype; in nf_tables_newset()
6755 set->objtype, genmask); in nft_add_set_elem()
7293 const struct nlattr *nla, u32 objtype, in nft_obj_lookup()
7313 if (objtype in nft_obj_lookup()
7291 nft_obj_lookup(const struct net *net, const struct nft_table *table, const struct nlattr *nla, u32 objtype, u8 genmask) nft_obj_lookup() argument
7325 nft_obj_lookup_byhandle(const struct nft_table *table, const struct nlattr *nla, u32 objtype, u8 genmask) nft_obj_lookup_byhandle() argument
7422 __nft_obj_type_get(u32 objtype, u8 family) __nft_obj_type_get() argument
7438 nft_obj_type_get(struct net *net, u32 objtype, u8 family) nft_obj_type_get() argument
7504 u32 objtype; nf_tables_newobj() local
7783 u32 objtype; nf_tables_getobj() local
7872 u32 objtype; nf_tables_delobj() local
[all...]
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dcommon.c401 enum bpf_obj_type objtype; in do_build_table_cb() local
411 objtype = get_fd_type(fd); in do_build_table_cb()
412 if (objtype != build_fn_type) in do_build_table_cb()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dcommon.c478 enum bpf_obj_type objtype; in do_build_table_cb() local
489 objtype = get_fd_type(fd); in do_build_table_cb()
490 if (objtype != build_fn_type) in do_build_table_cb()
/kernel/linux/linux-6.6/include/net/netfilter/
H A Dnf_tables.h319 * @objtype: object type
333 u32 objtype; member
522 * @objtype: object type (see NFT_OBJECT_* definitions)
553 u32 objtype; member
1294 const struct nlattr *nla, u32 objtype,
/kernel/linux/linux-5.10/include/net/netfilter/
H A Dnf_tables.h427 * @objtype: object type (see NFT_OBJECT_* definitions)
458 u32 objtype; member
1161 const struct nlattr *nla, u32 objtype,

Completed in 32 milliseconds