Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dallocation.rs366 let mut newobj = FlatBinderObject::default(); in transfer_binder_object() localVariable
372 newobj.hdr.type_ = if strong { in transfer_binder_object()
377 newobj.flags = obj.flags; in transfer_binder_object()
378 newobj.__bindgen_anon_1.binder = ptr as _; in transfer_binder_object()
379 newobj.cookie = cookie as _; in transfer_binder_object()
380 self.write(offset, &newobj)?; in transfer_binder_object()
392 newobj.hdr.type_ = if strong { in transfer_binder_object()
397 newobj.flags = obj.flags; in transfer_binder_object()
398 newobj.__bindgen_anon_1.handle = handle; in transfer_binder_object()
399 if self.write(offset, &newobj).is_err() { in transfer_binder_object()
/linux/net/netfilter/
H A Dnft_connlimit.c135 struct nft_object *newobj) in nft_connlimit_obj_update() argument
137 struct nft_connlimit *newpriv = nft_obj_data(newobj); in nft_connlimit_obj_update()
H A Dnft_quota.c126 struct nft_object *newobj) in nft_quota_obj_update() argument
128 struct nft_quota *newpriv = nft_obj_data(newobj); in nft_quota_obj_update()
H A Dnft_synproxy.c339 struct nft_object *newobj) in nft_synproxy_obj_update() argument
341 struct nft_synproxy *newpriv = nft_obj_data(newobj); in nft_synproxy_obj_update()
H A Dnf_tables_api.c8177 struct nft_object *newobj; in nf_tables_updobj() local
8187 newobj = nft_obj_init(ctx, type, attr); in nf_tables_updobj()
8188 if (IS_ERR(newobj)) { in nf_tables_updobj()
8189 err = PTR_ERR(newobj); in nf_tables_updobj()
8195 nft_trans_obj_newobj(trans) = newobj; in nf_tables_updobj()
10082 struct nft_object *newobj; in nft_obj_commit_update() local
10086 newobj = nft_trans_obj_newobj(trans); in nft_obj_commit_update()
10091 obj->ops->update(obj, newobj); in nft_obj_commit_update()
10092 nft_obj_destroy(ctx, newobj); in nft_obj_commit_update()
/linux/include/net/netfilter/
H A Dnf_tables.h1462 struct nft_object *newobj);
1820 struct nft_object *newobj; member
1829 nft_trans_container_obj(trans)->newobj