Home
last modified time | relevance | path

Searched refs:newobj (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/android/binder/
H A Dallocation.rs375 let mut newobj = FlatBinderObject::default(); in transfer_binder_object() localVariable
381 newobj.hdr.type_ = if strong { in transfer_binder_object()
386 newobj.flags = obj.flags; in transfer_binder_object()
387 newobj.__bindgen_anon_1.binder = ptr as _; in transfer_binder_object()
388 newobj.cookie = cookie as _; in transfer_binder_object()
389 self.write(offset, &newobj)?; in transfer_binder_object()
401 newobj.hdr.type_ = if strong { in transfer_binder_object()
406 newobj.flags = obj.flags; in transfer_binder_object()
407 newobj.__bindgen_anon_1.handle = handle; in transfer_binder_object()
408 if self.write(offset, &newobj).is_err() { in transfer_binder_object()
/linux/include/net/netfilter/
H A Dnf_tables.h1460 struct nft_object *newobj);
1828 struct nft_object *newobj; member
1837 nft_trans_container_obj(trans)->newobj
/linux/net/netfilter/
H A Dnf_tables_api.c8258 struct nft_object *newobj; in nf_tables_updobj()
8268 newobj = nft_obj_init(ctx, type, attr); in nf_tables_updobj()
8269 if (IS_ERR(newobj)) { in nf_tables_updobj()
8270 err = PTR_ERR(newobj); in nf_tables_updobj()
8276 nft_trans_obj_newobj(trans) = newobj; in nf_tables_updobj()
10187 struct nft_object *newobj; in nft_obj_commit_update()
10191 newobj = nft_trans_obj_newobj(trans); in nft_obj_commit_update()
10196 obj->ops->update(obj, newobj); in nft_commit_release()
10197 nft_obj_destroy(ctx, newobj); in nft_commit_release()
8254 struct nft_object *newobj; nf_tables_updobj() local
10181 struct nft_object *newobj; nft_obj_commit_update() local