Home
last modified time | relevance | path

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

/Linux-v6.1/net/netfilter/
Dnft_quota.c120 struct nft_object *newobj) in nft_quota_obj_update() argument
122 struct nft_quota *newpriv = nft_obj_data(newobj); in nft_quota_obj_update()
Dnft_synproxy.c335 struct nft_object *newobj) in nft_synproxy_obj_update() argument
337 struct nft_synproxy *newpriv = nft_obj_data(newobj); in nft_synproxy_obj_update()
Dnf_tables_api.c6800 struct nft_object *newobj; in nf_tables_updobj() local
6812 newobj = nft_obj_init(ctx, type, attr); in nf_tables_updobj()
6813 if (IS_ERR(newobj)) { in nf_tables_updobj()
6814 err = PTR_ERR(newobj); in nf_tables_updobj()
6820 nft_trans_obj_newobj(trans) = newobj; in nf_tables_updobj()
8444 struct nft_object *newobj; in nft_obj_commit_update() local
8448 newobj = nft_trans_obj_newobj(trans); in nft_obj_commit_update()
8451 obj->ops->update(obj, newobj); in nft_obj_commit_update()
8453 nft_obj_destroy(&trans->ctx, newobj); in nft_obj_commit_update()
/Linux-v6.1/include/net/netfilter/
Dnf_tables.h1315 struct nft_object *newobj);
1605 struct nft_object *newobj; member
1612 (((struct nft_trans_obj *)trans->data)->newobj)