Home
last modified time | relevance | path

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

/Linux-v5.4/net/netfilter/
Dnft_quota.c110 struct nft_object *newobj) in nft_quota_obj_update() argument
112 struct nft_quota *newpriv = nft_obj_data(newobj); in nft_quota_obj_update()
Dnft_synproxy.c332 struct nft_object *newobj) in nft_synproxy_obj_update() argument
334 struct nft_synproxy *newpriv = nft_obj_data(newobj); in nft_synproxy_obj_update()
Dnf_tables_api.c5143 struct nft_object *newobj; in nf_tables_updobj() local
5152 newobj = nft_obj_init(ctx, type, attr); in nf_tables_updobj()
5153 if (IS_ERR(newobj)) { in nf_tables_updobj()
5154 err = PTR_ERR(newobj); in nf_tables_updobj()
5160 nft_trans_obj_newobj(trans) = newobj; in nf_tables_updobj()
6494 struct nft_object *newobj; in nft_obj_commit_update() local
6498 newobj = nft_trans_obj_newobj(trans); in nft_obj_commit_update()
6501 obj->ops->update(obj, newobj); in nft_obj_commit_update()
6503 kfree(newobj); in nft_obj_commit_update()
/Linux-v5.4/include/net/netfilter/
Dnf_tables.h1143 struct nft_object *newobj);
1434 struct nft_object *newobj; member
1441 (((struct nft_trans_obj *)trans->data)->newobj)